susurros / evoluspencil

Automatically exported from code.google.com/p/evoluspencil
0 stars 0 forks source link

Handles don't work properly with zoom > 1 or zoom < 1 #93

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open pencil
2. Add a shape with a handle that has maxX or maxY set, for example the
Windows XP scrollbar
3. Zoom-in or zoom-out a few times
4. Try to use the handle for sizing the scrollbar thumb

What is the expected output? What do you see instead?
The expected result is that the handle would work the same as when zoom=1.
Currently this is not the case. It seems the handle coordinates are not
translated properly according to the zoom level. Zoom > 1 results in a
decreased maxX or maxY while zoom < 1 results in an increased maxX or maxY

What version of the product are you using? On what operating system?
Windows Vista, the problem occurs in Pencil 1.0.4 and Pencil 1.0.5.

Original issue reported on code.google.com by dejong.a...@gmail.com on 17 Jun 2009 at 10:33

GoogleCodeExporter commented 8 years ago
fixed (r77)

Original comment by brainiac...@gmail.com on 5 Dec 2009 at 7:28