mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
move cue-behavior to session config (gtk part)
This commit is contained in:
parent
b506a243a2
commit
5f0c7fe3d6
3 changed files with 6 additions and 6 deletions
|
|
@ -462,7 +462,7 @@ ARDOUR_UI::parameter_changed (std::string p)
|
|||
scripts_spacer.show ();
|
||||
}
|
||||
} else if (p == "cue-behavior") {
|
||||
CueBehavior cb (Config->get_cue_behavior());
|
||||
CueBehavior cb (_session->config.get_cue_behavior());
|
||||
_cue_play_enable.set_active (cb & ARDOUR::FollowCues);
|
||||
} else if (p == "layered-record-mode") {
|
||||
layered_button.set_active (_session->config.get_layered_record_mode ());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue