Summary: | Don't give focus to the brush search box unless explicitly clicked on by the user or via shortcut key? | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | ꜱᴩʀɪᴛᴇ➀ <s.1> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | halla |
Priority: | NOR | ||
Version: | 4.1.7 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/krita/233cf084f664d9cb8d6a5ec7d2ecbc282f091f2d | Version Fixed In: | |
Sentry Crash Report: |
Description
ꜱᴩʀɪᴛᴇ➀
2019-02-09 10:10:16 UTC
What window manager does elementary use? I've never seen that distribution myself, so I haven't got any idea, but this doesn't happen when using kwin and KDE plasma. Neofetch says it's using Mutter (Gala) as window manager I've actually managed to reproduce this now with Plasma. I'm still not sure whether this is something we're doing in Krita's code, though... Git commit 233cf084f664d9cb8d6a5ec7d2ecbc282f091f2d by Boudewijn Rempt. Committed on 16/04/2019 at 09:44. Pushed by rempt into branch 'master'. Do not focus the tag search line edit in the show event This is a bad idea, since that will take focus away from the canvas every time the krita window is shown anew. M +0 -7 libs/widgets/KoResourceItemChooser.cpp M +0 -5 libs/widgets/KoResourceTaggingManager.cpp M +1 -2 libs/widgets/KoResourceTaggingManager.h M +0 -5 libs/widgets/KoTagFilterWidget.cpp M +0 -1 libs/widgets/KoTagFilterWidget.h https://commits.kde.org/krita/233cf084f664d9cb8d6a5ec7d2ecbc282f091f2d |