https://bugs.kde.org/show_bug.cgi?id=344210
--- Comment #2 from Dmitry Kazakov <dimul...@gmail.com> --- Git commit ea51095a4be8ddbb10aac9908fe3597dbd361a92 by Dmitry Kazakov, on behalf of Kuntal Majumder. Committed on 25/12/2018 at 14:05. Pushed by dkazakov into branch 'master'. Added a QSpinBox to adjust granularity while doing transforms Summary: The patch adds a QSpinBox to the transform tool options to adjust the granularity while doing transforms. This patch fixes real transformation granularity only, preview granularity will be solved in the following patches. Reviewers: #krita, rempt, dkazakov Reviewed By: #krita, dkazakov Subscribers: #krita Tags: #krita Differential Revision: https://phabricator.kde.org/D17660 M +9 -0 plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp M +2 -0 plugins/tools/tool_transform2/kis_tool_transform_config_widget.h M +3 -3 plugins/tools/tool_transform2/kis_transform_utils.cpp M +1 -0 plugins/tools/tool_transform2/tool_transform_args.cc M +9 -0 plugins/tools/tool_transform2/tool_transform_args.h M +63 -21 plugins/tools/tool_transform2/wdg_tool_transform.ui https://commits.kde.org/krita/ea51095a4be8ddbb10aac9908fe3597dbd361a92 -- You are receiving this mail because: You are watching all bug changes.