https://bugs.documentfoundation.org/show_bug.cgi?id=92137

--- Comment #3 from Caolán McNamara <caol...@redhat.com> ---
If SwFEShell::EndDrag is tweaked to not group the anchor change undo and the
draw size/pos change undo together and then you undo each step in the ui one at
a time this works fine.

So what's apparently happening is that the first undo occurs, then the layout
kicks in on idle and calls MakeObjPos on the drawing item and updates it for
the new anchor pos. Then on triggering size undo the anchor is correct so the
new pos is set correctly.

If they are bundled together however, the layout at idle doesn't occur until
after the anchor and size have been set, so the adjustment is too late

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to