mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
new UI config var to allow playhead to be optionally draggable (default is: yes, it can be dragged)
This commit is contained in:
parent
d816c225a4
commit
e8fc8aa992
5 changed files with 27 additions and 1 deletions
|
|
@ -2140,6 +2140,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
|
||||
/* INTERFACE */
|
||||
|
||||
add_option (S_("Preferences|GUI"),
|
||||
new BoolOption (
|
||||
"draggable-playhead",
|
||||
_("Allow dragging of playhead"),
|
||||
sigc::mem_fun (*ARDOUR_UI::config(), &UIConfiguration::get_draggable_playhead),
|
||||
sigc::mem_fun (*ARDOUR_UI::config(), &UIConfiguration::set_draggable_playhead)
|
||||
));
|
||||
|
||||
add_option (S_("Preferences|GUI"),
|
||||
new BoolOption (
|
||||
"widget-prelight",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue