mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Indicate selection extents in time ruler
This commit is contained in:
parent
1ee2675716
commit
cb78043adc
9 changed files with 51 additions and 0 deletions
|
|
@ -2642,6 +2642,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_region_name)
|
||||
));
|
||||
|
||||
add_option (_("Appearance/Editor"),
|
||||
new BoolOption (
|
||||
"show-selection-marker",
|
||||
_("Show Selection Marker"),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_show_selection_marker),
|
||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_show_selection_marker)
|
||||
));
|
||||
|
||||
|
||||
HSliderOption *gui_hs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue