mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
add UI option to control region cue mark visibility
This commit is contained in:
parent
56857302f4
commit
297760885c
3 changed files with 10 additions and 1 deletions
|
|
@ -2950,6 +2950,14 @@ These settings will only take effect after %1 is restarted.\n\
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_xrun_markers)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
"show-region-cue-markers",
|
||||
_("Show cue markers in regions"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_region_cue_markers),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_cue_markers)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolComboOption (
|
||||
"show-region-gain-envelopes",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue