play_cues button: use transport-button for LED color, not rec-button

This commit is contained in:
Ben Loftis 2022-03-12 11:49:13 -06:00
parent 6c0d3651cf
commit f4940e81ad
1 changed files with 1 additions and 1 deletions

View File

@ -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 */