summaryrefslogtreecommitdiff
path: root/core/undo_redo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'core/undo_redo.cpp')
-rw-r--r--core/undo_redo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/undo_redo.cpp b/core/undo_redo.cpp
index 7d67076df5..6f7c8ea08a 100644
--- a/core/undo_redo.cpp
+++ b/core/undo_redo.cpp
@@ -333,7 +333,7 @@ void UndoRedo::clear_history() {
while (actions.size())
_pop_history_tail();
- //version++;
+ version++;
}
String UndoRedo::get_current_action_name() const {