From 0f7df2979cfa482ed71a752f527b17e2aee81501 Mon Sep 17 00:00:00 2001 From: nick_m Date: Tue, 23 Dec 2014 05:09:21 +1100 Subject: [PATCH] Fix previous commit. --- gtk2_ardour/editor.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 2bbfef0d10..27631cd66a 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -3427,6 +3427,7 @@ Editor::commit_reversible_command () if (_session) { if (before.size() == 1) { _session->add_command (new MementoCommand(*(_selection_memento), before.front(), &_selection_memento->get_state ())); + undo_action->set_sensitive(true); begin_selection_op_history (); }