| Summary: | Undo of the intermediate switch into Wrap Mode in the Transform Tool works wrong | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Dmitry Kazakov <dimula73> |
| Component: | Tools/Transform | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | git master (please specify the git hash!) | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/calligra/db98653bf9692fa349dd5ebc5cb961150af2d010 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Dmitry Kazakov
2013-01-12 06:42:57 UTC
Git commit db98653bf9692fa349dd5ebc5cb961150af2d010 by Dmitry Kazakov. Committed on 15/01/2013 at 10:13. Pushed by dkazakov into branch 'krita-fixed-transform-kazakov'. Moved most of the UI-related code out of KisToolTransform Now it is only about 2450 lines of code (was ~3000) :) This also fixes several undo-related bugs Related: bug 313121 M +48 -246 krita/plugins/tools/tool_transform2/kis_tool_transform.cc M +2 -17 krita/plugins/tools/tool_transform2/kis_tool_transform.h M +220 -50 krita/plugins/tools/tool_transform2/kis_tool_transform_config_widget.cpp M +19 -18 krita/plugins/tools/tool_transform2/kis_tool_transform_config_widget.h M +4 -0 krita/plugins/tools/tool_transform2/tool_transform_args.cc M +15 -0 krita/plugins/tools/tool_transform2/tool_transform_args.h http://commits.kde.org/calligra/db98653bf9692fa349dd5ebc5cb961150af2d010 |