Fix nested actions in EditorUndoRedoManager
This commit is contained in:
parent
0486810697
commit
d7ebf725c9
4 changed files with 20 additions and 4 deletions
|
|
@ -120,6 +120,7 @@ public:
|
|||
bool redo();
|
||||
bool undo();
|
||||
String get_current_action_name() const;
|
||||
int get_action_level() const;
|
||||
|
||||
int get_history_count();
|
||||
int get_current_action();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue