Hello,
I am using following code for automatically managing undo in TImageEnVect.
ImageEnVect.LayerOptions := [loAllowMultiSelect, loAutoUndoLayerChanges];
ImageEnVect.Proc.UndoLimit := 999;
ImageEnVect.Proc.AutoUndo := True;
ImageEnVect.ForceALTkey := True;
If I move a layer and resize it then then call
ImageEnVect.Proc.Undo()
It will only undo the last action.
If I repeatedly call this it will not have any effect.
Why?
Again if I delete a Layer and then call undo it is not working...Why?
Technically it should work.
Yogi Yang