mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
Option to how x-run markers in regions
This commit is contained in:
parent
8486a938ed
commit
f4f9d76e53
6 changed files with 90 additions and 8 deletions
|
|
@ -2573,6 +2573,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_gain)
|
||||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
"show-region-xrun-markers",
|
||||
_("Show xrun markers in regions"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_region_xrun_markers),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_xrun_markers)
|
||||
));
|
||||
|
||||
add_option (_("Editor"), new OptionEditorHeading (_("Editor Behavior")));
|
||||
|
||||
add_option (_("Editor"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue