Currently when you move the cursor out of the canvas viewport the outline is not removed, so you get the feeling that there are two cursors, the one in the canvas and the one outside. I think when you move the cursor outside of the viewport the outline should disappear, in the same way the crosshair disappears too (if enabled). Reproducible: Always Steps to Reproduce: 1. Place the cursor in the canvas 2. Move it outside, e.g. to select another layer Actual Results: The brush outline is visible Expected Results: The brush outline should be hidden
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. :)