mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-24 07:27:44 +01:00
move draggable playhead to editor tab of preferences
This commit is contained in:
parent
7d4325b63d
commit
e561644747
1 changed files with 8 additions and 8 deletions
|
|
@ -1540,6 +1540,14 @@ RCOptionEditor::RCOptionEditor ()
|
|||
|
||||
/* EDITOR */
|
||||
|
||||
add_option (S_("Editor"),
|
||||
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 (_("Editor"),
|
||||
new BoolOption (
|
||||
"link-region-and-track-selection",
|
||||
|
|
@ -2140,14 +2148,6 @@ 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