mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-02 17:46:22 +03:00
OCC22382 List of Undos/Redos should be protected
This commit is contained in:
parent
8ab673bb2f
commit
3086e0850d
@ -315,8 +315,8 @@ fields
|
||||
myData : Data from TDF;
|
||||
myUndoLimit : Integer from Standard;
|
||||
myUndoTransaction : Transaction from TDF;
|
||||
myUndos : DeltaList from TDF;
|
||||
myRedos : DeltaList from TDF;
|
||||
myUndos : DeltaList from TDF is protected;
|
||||
myRedos : DeltaList from TDF is protected;
|
||||
|
||||
myFromUndo : Delta from TDF;
|
||||
myFromRedo : Delta from TDF;
|
||||
|
Loading…
x
Reference in New Issue
Block a user