From f4940e81adbf9454eb832eba6b079500f000cdfc Mon Sep 17 00:00:00 2001 From: Ben Loftis Date: Sat, 12 Mar 2022 11:49:13 -0600 Subject: [PATCH] play_cues button: use transport-button for LED color, not rec-button --- gtk2_ardour/ardour_ui2.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/ardour_ui2.cc b/gtk2_ardour/ardour_ui2.cc index 6064cff25c..c545334f0e 100644 --- a/gtk2_ardour/ardour_ui2.cc +++ b/gtk2_ardour/ardour_ui2.cc @@ -383,7 +383,7 @@ ARDOUR_UI::setup_transport () _cue_rec_enable.set_name ("record enable button"); _cue_rec_enable.signal_clicked.connect(sigc::mem_fun(*this, &ARDOUR_UI::cue_rec_state_clicked)); - _cue_play_enable.set_name ("record enable button"); + _cue_play_enable.set_name ("transport option button"); _cue_play_enable.signal_clicked.connect(sigc::mem_fun(*this, &ARDOUR_UI::cue_ffwd_state_clicked)); /* catch context clicks so that we can show a menu on these buttons */