https://bugs.kde.org/show_bug.cgi?id=381922
Dmitry Kazakov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/kde/ | |krita/commit/d619b7134b5e1b | |5c84241add1f1780fba09e680a --- Comment #2 from Dmitry Kazakov <[email protected]> --- Git commit d619b7134b5e1b5c84241add1f1780fba09e680a by Dmitry Kazakov. Committed on 18/09/2019 at 13:53. Pushed by dkazakov into branch 'master'. In vector tools, we use bg-color as stroke and fg-color as fill. This patch makes it possible to have the same configuration in the shape creation tools. M +0 -7 libs/image/kis_painter.cc M +1 -3 libs/image/kis_painter.h M +4 -4 libs/ui/actions/kis_selection_action_factories.cpp M +9 -9 libs/ui/dialogs/kis_dlg_stroke_selection_properties.cpp M +2 -2 libs/ui/dialogs/kis_dlg_stroke_selection_properties.h M +13 -0 libs/ui/forms/wdggeometryoptions.ui M +2 -2 libs/ui/kis_selection_manager.cc A +17 -0 libs/ui/tool/KisToolShapeUtils.cpp [License: GPL (v2+)] A +40 -0 libs/ui/tool/KisToolShapeUtils.h [License: GPL (v2+)] M +50 -4 libs/ui/tool/kis_figure_painting_tool_helper.cpp M +8 -2 libs/ui/tool/kis_figure_painting_tool_helper.h M +19 -23 libs/ui/tool/kis_tool_shape.cc M +3 -2 libs/ui/tool/kis_tool_shape.h M +1 -1 plugins/tools/basictools/kis_tool_pencil.cc M +6 -2 plugins/tools/basictools/kis_tool_rectangle.cc https://invent.kde.org/kde/krita/commit/d619b7134b5e1b5c84241add1f1780fba09e680a -- You are receiving this mail because: You are watching all bug changes.
