mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
play_cues button: use transport-button for LED color, not rec-button
This commit is contained in:
parent
6c0d3651cf
commit
f4940e81ad
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue