T: don't pack the rude solo button in ARDOUR_UI for livetrax
This commit is contained in:
parent
9deef794b8
commit
adde211501
@ -548,7 +548,10 @@ ARDOUR_UI::setup_transport ()
|
||||
alert_box->set_homogeneous (true);
|
||||
alert_box->set_spacing (1);
|
||||
alert_box->set_border_width (0);
|
||||
#ifndef LIVETRAX
|
||||
/* button is packed elsewhere */
|
||||
alert_box->pack_start (solo_alert_button, true, true);
|
||||
#endif
|
||||
alert_box->pack_start (auditioning_alert_button, true, true);
|
||||
alert_box->pack_start (feedback_alert_button, true, true);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user