13
0

T: don't pack the rude solo button in ARDOUR_UI for livetrax

This commit is contained in:
Paul Davis 2024-05-07 11:12:12 -06:00
parent 9deef794b8
commit adde211501

View File

@ -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);