Details
-
Bug
-
Resolution: Done
-
P2: Important
-
4.6.2, 5.6.1
-
None
-
Windows 7
-
253b87180e0a6c5db0feaaed7e321139c4ff1643
Description
setScale() will somehow also have an effect when items are moved with the mouse via default handlers. For positive scale factors, the item will move less than it should, and vice versa. Scaling an item via setTransform() works properly. The documentation for the ItemIgnoresTransformations clearly states scaling should work, so I assume this is a bug.
Code reproducing error is attached.