summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_selection.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-02-16 10:29:32 +0100
committerPaul Davis <paul@linuxaudiosystems.com>2017-02-16 10:29:48 +0100
commita31e70a7d577cf690c4e7689bba61b747768c4dc (patch)
tree2b7c4fe028cf7bafc65177cc93955f683b16f228 /gtk2_ardour/editor_selection.cc
parent4d05af8e7148dc14178e5fc7c4b980247ccc8f40 (diff)
check region action sensitivity from two more places that may alter it
Diffstat (limited to 'gtk2_ardour/editor_selection.cc')
-rw-r--r--gtk2_ardour/editor_selection.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_selection.cc b/gtk2_ardour/editor_selection.cc
index 063cf3998e..42111c5ffa 100644
--- a/gtk2_ardour/editor_selection.cc
+++ b/gtk2_ardour/editor_selection.cc
@@ -1002,6 +1002,8 @@ Editor::track_selection_changed ()
ActionManager::set_sensitive (ActionManager::track_selection_sensitive_actions, !selection->tracks.empty());
+ sensitize_the_right_region_actions (false);
+
/* notify control protocols */
ControlProtocol::StripableSelectionChanged (stripables);