Summary: | Transformation tool glitch with high resolution images | ||
---|---|---|---|
Product: | [Applications] krita | Reporter: | Tyson Tan <tysontanx> |
Component: | Tools/Transform | Assignee: | Krita Bugs <krita-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | dimula73, halla |
Priority: | NOR | ||
Version: | 2.8 Pre-Alpha | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/calligra/0555fa3838fe94b085f62a101bf9048c1726f409 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | The transformation tool displaying a layer with offset |
Description
Tyson Tan
2013-06-23 17:11:48 UTC
Created attachment 80737 [details]
The transformation tool displaying a layer with offset
Hi Tyson, thanks for the report! I can confirm the issue. It's important to deselect first, I've found, but then I can easily reproduce. Oops, totally forgot the deselecting step. Sorry! XD Might be somehow related to the absence of QRect.normalized() calls somewhere/ Git commit 0555fa3838fe94b085f62a101bf9048c1726f409 by Dmitry Kazakov. Committed on 26/08/2013 at 20:20. Pushed by dkazakov into branch 'master'. Fixed an offset bug when creating a thumbnail of a paint device with offset The 'translation' seems to be some historical artifact and obviously not needed anymore. M +1 -6 krita/image/kis_paint_device.cc M +18 -0 krita/image/tests/kis_paint_device_test.cpp M +1 -0 krita/image/tests/kis_paint_device_test.h http://commits.kde.org/calligra/0555fa3838fe94b085f62a101bf9048c1726f409 I can confirmed that this bug is now fixed. Thank you very much! :) |