summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_params_ui.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:33 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-24 22:49:47 -0500
commit96171ebe838137814e729e36ad904a307df55f4d (patch)
tree689950670b91fff781abbe74e0d6b09159c614e3 /gtk2_ardour/route_params_ui.cc
parent6bdc9764628e0e47f03ac09aeefc280c25d210a7 (diff)
several fixes to make processor selection and deletion feel right, for both mixer and editor-mixer strips
Diffstat (limited to 'gtk2_ardour/route_params_ui.cc')
-rw-r--r--gtk2_ardour/route_params_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/route_params_ui.cc b/gtk2_ardour/route_params_ui.cc
index f1677c4c2a..be5b6663f0 100644
--- a/gtk2_ardour/route_params_ui.cc
+++ b/gtk2_ardour/route_params_ui.cc
@@ -251,7 +251,7 @@ RouteParams_UI::setup_processor_boxes()
}
redir_hpane.pack1 (*insert_box);
- insert_box->ProcessorSelected.connect (sigc::mem_fun(*this, &RouteParams_UI::redirect_selected));
+ insert_box->ProcessorSelected.connect (sigc::mem_fun(*this, &RouteParams_UI::redirect_selected)); //note: this indicates a double-click activation, not just a "selection"
insert_box->ProcessorUnselected.connect (sigc::mem_fun(*this, &RouteParams_UI::redirect_selected));
redir_hpane.show_all();