play_cues button: use transport-button for LED color, not rec-button
This commit is contained in:
parent
6c0d3651cf
commit
f4940e81ad
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user