summaryrefslogtreecommitdiff
path: root/gtk2_ardour/ardour_ui2.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2014-07-09 15:11:58 -0500
committerBen Loftis <ben@harrisonconsoles.com>2014-07-09 15:12:05 -0500
commit9f4a00fa898845ba177955f115fa2f96d62a8643 (patch)
treed84bb8d76b1a9615456913e8c4b7e981d535bf64 /gtk2_ardour/ardour_ui2.cc
parenta32dbfa1976e8c67ada3adb3f9576d8b87843b71 (diff)
add mixbus profile which removes the tearoffs
Diffstat (limited to 'gtk2_ardour/ardour_ui2.cc')
-rw-r--r--gtk2_ardour/ardour_ui2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc
index 53efcbb48b..ad8336ca10 100644
--- a/gtk2_ardour/ardour_ui2.cc
+++ b/gtk2_ardour/ardour_ui2.cc
@@ -223,7 +223,7 @@ ARDOUR_UI::setup_transport ()
transport_tearoff->set_name ("TransportBase");
transport_tearoff->tearoff_window().signal_key_press_event().connect (sigc::bind (sigc::ptr_fun (relay_key_press), &transport_tearoff->tearoff_window()), false);
- if (Profile->get_sae()) {
+ if (Profile->get_sae() || Profile->get_mixbus()) {
transport_tearoff->set_can_be_torn_off (false);
}