GNOME Bugzilla – Bug 302273
bezierline crashes dia after deleting section near startpoint
Last modified: 2005-05-15 14:07:09 UTC
Distribution/Version: dia-installer.sf.net 1. Place a bezierline. 2. Right click and add a segment 3. Delete the segment. 4. The bezierline is not what it used to be. Try to move the end parts.... maybe save first This only happens near the start of the line. The green start dot turns red and as soon as you try to do anything to that line you have weird results and a crash.
This has the same effect 1. Place a bezierline. 2. Right click and add a segment 3. UNDO Start point turns from green to red.... so no more start point and no more changing this line!
Confirmed. Can also get strange effects from it. Also happens in newest CVS.
Created attachment 46404 [details] [review] Patch fixing strange behavior of bezierlines after deleting a segment Fix for 'strange effects' that happen when user deletes a segment near end of bezierline.
Thanks, applied. 2005-05-15 Hans Breuer <hans@breuer.org> * lib/bezier_conn.c(remove_handles) : don't try to remove non-exisitng handles (patch from Radek Krahl, bug #302273)