https://bugs.kde.org/show_bug.cgi?id=412184
--- Comment #5 from Nate Graham <n...@kde.org> --- Git bisect says this was broken by https://cgit.kde.org/spectacle.git/commit/?id=da30d66cc7fd483af8600125da08eddceb02f11e. Looks like that commit changed the "Take a New Screenshot" button from a PushButton to a ToolButton. That button was previously being the default button automatically by virtue of being a PushButton (which was masked by the fact that we explicitly gave it focus too). Being a ToolButton now, default button status devolves to the next PushButton, which happens to be the Help button on the bottom row. David, could you take a look? -- You are receiving this mail because: You are watching all bug changes.