You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to edit shape geometry and then click Undo button, but the edited shape not recover.
This happend at commit e566f91 MW5CORE-224 and later commits, And I test at commit 532e709 MW5Core-222, it works OK.
The text was updated successfully, but these errors were encountered:
I debug and try, And then I realized something wrong. The Undo command not work, because UndoList.Add function call must before the function FeatureSet.EditDelete(i).
Like this.
`
I try to edit shape geometry and then click Undo button, but the edited shape not recover.
This happend at commit e566f91 MW5CORE-224 and later commits, And I test at commit 532e709 MW5Core-222, it works OK.
The text was updated successfully, but these errors were encountered: