mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Clarify the meaning of the show-region-gain-envelopes option.
git-svn-id: svn://localhost/ardour2/branches/3.0@12790 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
46f594ac83
commit
1173bae7c2
3 changed files with 89 additions and 2 deletions
|
|
@ -1063,9 +1063,11 @@ RCOptionEditor::RCOptionEditor ()
|
|||
));
|
||||
|
||||
add_option (_("Editor"),
|
||||
new BoolOption (
|
||||
new BoolComboOption (
|
||||
"show-region-gain-envelopes",
|
||||
_("Show gain envelopes in audio regions"),
|
||||
_("in all modes"),
|
||||
_("only in region gain mode"),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::get_show_region_gain),
|
||||
sigc::mem_fun (*_rc_config, &RCConfiguration::set_show_region_gain)
|
||||
));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue