| Summary: | Mirror Mode always initiates with axis at the center of the 2nd document on the canvas of the 1st document | ||
|---|---|---|---|
| Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
| Component: | Usability | Assignee: | Dmitry Kazakov <dimula73> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dimula73, raghu |
| Priority: | NOR | ||
| Version First Reported In: | 3.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/krita/50b64e7e2f656e55cbe5be0a7c885acce9ac9846 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Krita use fixed axises position across all document tabs. | ||
|
Description
Tyson Tan
2016-06-14 05:41:26 UTC
Created attachment 99487 [details]
Krita use fixed axises position across all document tabs.
I can confirm this behavior on arch linux too Just for an update : This bug is still present in current build from git master. The problem is that currently the mirror axes are a part of the global canvas, not of the document, therefore the are shared :( Git commit 6fbe5c3fcedadb8e99d24ac87ae7d051de4851be by Dmitry Kazakov. Committed on 02/11/2016 at 17:24. Pushed by dkazakov into branch 'rempt/impex-refactoring'. Make Mirror Mode have different axes centers for each opened image Fixes T4226 M +22 -0 libs/image/kis_algebra_2d.h M +13 -0 libs/image/kis_image.cc M +13 -0 libs/image/kis_image.h M +3 -8 libs/ui/canvas/kis_mirror_axis.cpp M +0 -2 libs/ui/kis_canvas_resource_provider.h M +6 -4 libs/ui/tool/kis_resources_snapshot.cpp M +0 -3 sdk/tests/stroke_testing_utils.cpp http://commits.kde.org/krita/6fbe5c3fcedadb8e99d24ac87ae7d051de4851be Git commit 50b64e7e2f656e55cbe5be0a7c885acce9ac9846 by Dmitry Kazakov. Committed on 02/11/2016 at 17:56. Pushed by dkazakov into branch 'krita/3.1'. Make Mirror Mode have different axes centers for each opened image Fixes T4226 # Conflicts: # libs/image/kis_image.cc M +22 -0 libs/image/kis_algebra_2d.h M +13 -0 libs/image/kis_image.cc M +13 -0 libs/image/kis_image.h M +3 -8 libs/ui/canvas/kis_mirror_axis.cpp M +0 -2 libs/ui/kis_canvas_resource_provider.h M +6 -4 libs/ui/tool/kis_resources_snapshot.cpp M +0 -3 sdk/tests/stroke_testing_utils.cpp http://commits.kde.org/krita/50b64e7e2f656e55cbe5be0a7c885acce9ac9846 Thank you Dmitry! :D |