Bug 216990

Summary: Circle selection tool does not work if paint from right to left
Product: [Applications] krita Reporter: Dmitry Kazakov <dimula73>
Component: GeneralAssignee: Sven Langkamp <sven.langkamp>
Status: RESOLVED FIXED    
Severity: normal CC: dpalacio
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Unspecified   
Latest Commit: Version Fixed In:

Description Dmitry Kazakov 2009-12-01 22:22:51 UTC
Version:            (using Devel)
Installed from:    Compiled sources

1) Turn on "Circular selection tool".
2) Press the mouse and move it from right to left
No selection appears.

If you move it left-to-right, it works fine.

Seems like non-normalized QRect.
Sven, could you take a look?
Comment 1 Sven Langkamp 2009-12-02 23:35:40 UTC
SVN commit 1057610 by langkamp:

normalize when selection an ellipse, fixes selection when dragging right to left
BUG:216990


 M  +3 -2      kis_tool_select_elliptical.cc  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1057610
Comment 2 Sven Langkamp 2009-12-03 03:49:32 UTC
I did a better fix for this which I accidently added to bug 215493.
Comment 3 Sven Langkamp 2009-12-03 03:51:03 UTC
*** Bug 217145 has been marked as a duplicate of this bug. ***