13
0

move draggable playhead to editor tab of preferences

This commit is contained in:
Paul Davis 2014-06-30 19:05:45 -04:00
parent d790881a84
commit dff73d34d9

View File

@ -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",