mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 13:45:43 +01:00
add preferences item for show-name-highlight (does not take effect till next instance)
This commit is contained in:
parent
e324249d8c
commit
0f7f9b068c
1 changed files with 8 additions and 0 deletions
|
|
@ -2124,6 +2124,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_use_tooltips)
|
||||
));
|
||||
|
||||
add_option (S_("Preferences|GUI"),
|
||||
new BoolOption (
|
||||
"show-name-highlight",
|
||||
_("use name highlight bars in region displays"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_name_highlight),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_name_highlight)
|
||||
));
|
||||
|
||||
#ifndef GTKOSX
|
||||
/* font scaling does nothing with GDK/Quartz */
|
||||
add_option (S_("Preferences|GUI"), new FontScalingOptions (_rc_config));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue