https://issues.apache.org/ooo/show_bug.cgi?id=120015
Armin Le Grand <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |ACCEPTED --- Comment #9 from Armin Le Grand <[email protected]> --- ALG: Hi Ma Bingbing, I would try to get as close to the behaviour as if the actions on the dialog would produce undo actions (what is just missing), thus the less possible change in behaviour will happen when someone would implement these missing undos. This means when undoing, first the (a) 'delete style' and then the (b) 'Style applied to SdrObject' would be undone. Since we only have (b), (a) would be implicit and only if needed (if a deleted style was used by (b)). It will re-add the style to the model and apply it to the object, so everything is as before the undo. If the dialog is open, it will show again the style. If not open, no visual feedback. This is exactly the same as if undo (b) existed and was executed. Comitting the change now. -- You are receiving this mail because: You are the assignee for the bug.
