https://bugs.kde.org/show_bug.cgi?id=431910
Dmitry Kazakov <dimul...@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/f40a53484 | |af6ed9dd8dc080ee924fd2d96f4 | |1f65 Resolution|--- |FIXED --- Comment #3 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit f40a53484af6ed9dd8dc080ee924fd2d96f41f65 by Dmitry Kazakov, on behalf of Santhosh Anguluri. Committed on 18/02/2021 at 08:35. Pushed by dkazakov into branch 'master'. Smoothing Options for Multihand Brush Before this MR there were shortcut actions to trigger Brush Smoothing Actions of Freehand tool alone. This MR extends those actions over multihand tool as well. Before: KisToolMultiBrushFactory is derived from KisToolPaintFactoryBase After: KisToolMultiBrushFactory is derived from KisToolBrushFactory and hence inherits the shortcut actions as well. M +5 -0 plugins/tools/basictools/kis_tool_brush.h M +2 -2 plugins/tools/basictools/kis_tool_multihand.h https://invent.kde.org/graphics/krita/commit/f40a53484af6ed9dd8dc080ee924fd2d96f41f65 -- You are receiving this mail because: You are watching all bug changes.