mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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;
|
myData : Data from TDF;
|
||||||
myUndoLimit : Integer from Standard;
|
myUndoLimit : Integer from Standard;
|
||||||
myUndoTransaction : Transaction from TDF;
|
myUndoTransaction : Transaction from TDF;
|
||||||
myUndos : DeltaList from TDF;
|
myUndos : DeltaList from TDF is protected;
|
||||||
myRedos : DeltaList from TDF;
|
myRedos : DeltaList from TDF is protected;
|
||||||
|
|
||||||
myFromUndo : Delta from TDF;
|
myFromUndo : Delta from TDF;
|
||||||
myFromRedo : Delta from TDF;
|
myFromRedo : Delta from TDF;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user