Summary: | line tool doesn't show brush outline | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tom Hall <tahall256> |
Component: | Tools | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | arnesh.ghorai, halla, salilkapur93, sven.langkamp |
Priority: | NOR | Keywords: | junior-jobs |
Version: | git master (please specify the git hash!) | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/a0165fdd51d8e0287d4432d1dff21b92125ca76f | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | Line Tool now shows brush outline. |
Description
Tom Hall
2012-05-16 19:32:58 UTC
Ack. Note that the shortcuts for modifying the brush also aren't shared: [ ], k l, o, p -- those should be moved out as well. This means that the painting of the cursor needs to be moved to KisToolPaint, and that the shortcuts go to KisView2, then the shortcuts should kick the tool to update the cursor. Created attachment 82409 [details]
Line Tool now shows brush outline.
Git commit a0165fdd51d8e0287d4432d1dff21b92125ca76f by Boudewijn Rempt. Committed on 19/09/2013 at 14:31. Pushed by rempt into branch 'master'. Show brush outline in line tool (and other tools) CCMAIL: salilkapur93@gmail.com Patch by Salil Kapur (salilkapur93@gmail.com) M +1 -0 krita/plugins/tools/defaulttools/kis_tool_ellipse.cc M +24 -2 krita/plugins/tools/defaulttools/kis_tool_line.cc M +2 -1 krita/plugins/tools/defaulttools/kis_tool_line.h M +1 -0 krita/plugins/tools/defaulttools/kis_tool_rectangle.cc M +1 -0 krita/plugins/tools/tool_polygon/kis_tool_polygon.cc M +1 -0 krita/plugins/tools/tool_polyline/kis_tool_polyline.cc M +2 -0 krita/ui/tool/kis_tool_ellipse_base.cpp M +9 -72 krita/ui/tool/kis_tool_freehand.cc M +0 -8 krita/ui/tool/kis_tool_freehand.h M +108 -1 krita/ui/tool/kis_tool_paint.cc M +14 -5 krita/ui/tool/kis_tool_paint.h M +2 -0 krita/ui/tool/kis_tool_polyline_base.cpp M +6 -2 krita/ui/tool/kis_tool_rectangle_base.cpp http://commits.kde.org/calligra/a0165fdd51d8e0287d4432d1dff21b92125ca76f |