Apache OpenOffice (AOO) Bugzilla – Issue 118267
Undo after resize and connector line width change does not resize arrowheads
Last modified: 2013-07-12 16:10:49 UTC
Created attachment 76678 [details] Shows giant arrowheads after undone resize in Draw When you resize a set of connected flowchart blocks, then change the size of the line width, then undo the resize, the size of the arrowheads doesn't change. How to replicate: Make two flowchart box Connect them with a connector Select all Resize to be very small Change the line width to be very large Undo until the boxes are back to their normal size and location Arrow heads will still be huge
ALG->bobbv: Thanks for the report. I checked with current OOo version and could reproduce this. Changing owner to me.
getting rid of value "enhancement" for field "severity". For enhancement the field "issue type" shall be used.
ALG: Looks as if DrawViewShell::FuTemporary in SID_ATTR_LINE_WIDTH slot has no undo, needs to be added.
ALG: DrawViewShell::FuTemporary is a two-step process, it makes evtl. adaptions to objects (e.g. adapt arrow widths when line width is changed, but also switches on fill to white when shadow is switched on and object has no fill to make shadow visible). I will add undo actions for adaption of arrow width change caused by line width change, let's see if this works.
"alg" committed SVN revision 1365920 into trunk: #118267# Add undo actions for adapted arrowhead sizes when linewidth is changed
ALG: Works as expected, checking in as revision 1365920.