Summary: | Cursor shape bug using in preferences "Brush outline with ..." | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | David REVOY <info> |
Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
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/a19cb14bb92cdc8ba181e1e74e9bdef1933260c0 | Version Fixed In: | |
Sentry Crash Report: |
Description
David REVOY
2013-11-14 14:12:56 UTC
Yes, all the tools except Freehand Tool have wrong cursor. Git commit a19cb14bb92cdc8ba181e1e74e9bdef1933260c0 by Dmitry Kazakov. Committed on 15/11/2013 at 18:38. Pushed by dkazakov into branch 'master'. Fix the cursor of all the non-brush tools The cursor/outline switching code has been moved to KisToolFreehand, which means that the settings will be applied to it only. The rest of the tools will show its default cursor. M +0 -25 krita/ui/tool/kis_tool.cc M +28 -0 krita/ui/tool/kis_tool_freehand.cc M +1 -0 krita/ui/tool/kis_tool_freehand.h M +0 -13 krita/ui/tool/kis_tool_paint.cc M +0 -1 krita/ui/tool/kis_tool_paint.h http://commits.kde.org/calligra/a19cb14bb92cdc8ba181e1e74e9bdef1933260c0 |