summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2006-05-05 18:12:05 +0000
committerMatthias Melcher <fltk@matthiasm.com>2006-05-05 18:12:05 +0000
commitcdc1d7d5e3f15c7e70119aeb71eb7ba2657a7c1a (patch)
tree56d69ecef8402511c95914fd076b425dd1458806
parent22b14999047bf48c2877ac085dc6f97c05d20918 (diff)
Fixed FLUID undo. Thanks Fabien fr finding this.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5087 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
-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