Summary: | Brush outline should disappear when moving the cursor out of the canvas viewport | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Alicia Boya García (ntrrgc) <ntrrgc> |
Component: | Usability | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | dimula73 |
Priority: | NOR | ||
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/b53adfca36dfedd0cad37f42a3021be33a24892f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Screenshot |
Description
Alicia Boya García (ntrrgc)
2014-06-01 15:18:09 UTC
Created attachment 86943 [details]
Screenshot
Yes, this is a small bug Git commit 6eedc10af62fb369ddaee6c893e8fbfb8a15e6a5 by Dmitry Kazakov. Committed on 06/06/2014 at 08:13. Pushed by dkazakov into branch 'krita-testing-kazakov'. Fix hiding the brush outline when the cursor is outside the canvas Please check this patch on Gnome and Windows! CCMAIL:kimageshop@kde.org M +4 -0 krita/ui/input/kis_input_manager.cpp M +29 -3 krita/ui/input/kis_shortcut_matcher.cpp M +12 -0 krita/ui/input/kis_shortcut_matcher.h http://commits.kde.org/calligra/6eedc10af62fb369ddaee6c893e8fbfb8a15e6a5 Git commit b53adfca36dfedd0cad37f42a3021be33a24892f by Dmitry Kazakov. Committed on 06/06/2014 at 08:18. Pushed by dkazakov into branch 'master'. Fix hiding the brush outline when the cursor is outside the canvas Please check this patch on Gnome and Windows! CCMAIL:kimageshop@kde.org Conflicts: krita/ui/input/kis_input_manager.cpp M +4 -0 krita/ui/input/kis_input_manager.cpp M +29 -3 krita/ui/input/kis_shortcut_matcher.cpp M +12 -0 krita/ui/input/kis_shortcut_matcher.h http://commits.kde.org/calligra/b53adfca36dfedd0cad37f42a3021be33a24892f At least in KDE it works fine now, thanks. :) |