summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fluid/undo.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/fluid/undo.cxx b/fluid/undo.cxx
index e23b6ca16..502df64b4 100644
--- a/fluid/undo.cxx
+++ b/fluid/undo.cxx
@@ -124,6 +124,7 @@ void undo_cb(Fl_Widget *, void *) {
// Update undo/redo menu items...
if (undo_current <= 0) Main_Menu[UNDO_ITEM].deactivate();
Main_Menu[REDO_ITEM].activate();
+ undo_resume();
}
// Save current file to undo buffer