GNOME Bugzilla – Bug 308515
Bad undo of ellipse resize
Last modified: 2006-01-01 19:10:44 UTC
Version details: debian package Distribution/Version: debian etch Draw something with an ellipse, for instance a measurement. Resize it (btw that frequently happens while trying to move it, making this but all the more irritating). Hit CTRL+Z to undo. The size is not back to what it was.
This does not happen with the regular eclipse, but does happen with ChemEng/Measurement and other shapes with eclipses, such as Cisco/Netflow Router.
Looks like the problem is more a problem with shapes actually, I found that I had the same problem with a shape of two lines forming a T.
What I can reproduce with current cvs is the following: - threre is always some kind of undo when resizing ChemEng-Measurement - it only looks correct when resizing with one of the corners - seems to be reproduceable wrong when resizing from the Middle/Right handle (maybe just restoring half of the size?)
2006-01-01 Hans Breuer <hans@breuer.org> * objects/custom/custom_object.c(cutom_update_data) : depending on the handle moving let one scale (x or y) take precedence. (bug #308515, Eric Deplagne)