diff --git a/core/undo_redo.cpp b/core/undo_redo.cpp index 7d67076df5c..6f7c8ea08ad 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 {