mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-18 12:46:32 +01:00
remove visibility of "draggable playhead" option
This commit is contained in:
parent
4dd3d4effe
commit
8a65c1fce2
1 changed files with 0 additions and 8 deletions
|
|
@ -2309,14 +2309,6 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("If enabled, popup a dialog when a new marker is created to allow its name to be set as it is created."
|
Gtkmm2ext::UI::instance()->set_tip (bo->tip_widget(), _("If enabled, popup a dialog when a new marker is created to allow its name to be set as it is created."
|
||||||
"\n\nYou can always rename markers by right-clicking on them"));
|
"\n\nYou can always rename markers by right-clicking on them"));
|
||||||
|
|
||||||
add_option (_("Editor"),
|
|
||||||
new BoolOption (
|
|
||||||
"draggable-playhead",
|
|
||||||
_("Enable playhead dragging"),
|
|
||||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::get_draggable_playhead),
|
|
||||||
sigc::mem_fun (UIConfiguration::instance(), &UIConfiguration::set_draggable_playhead)
|
|
||||||
));
|
|
||||||
|
|
||||||
ComboOption<float>* dps = new ComboOption<float> (
|
ComboOption<float>* dps = new ComboOption<float> (
|
||||||
"draggable-playhead-speed",
|
"draggable-playhead-speed",
|
||||||
_("Auto-scroll speed when dragging playhead (%)"),
|
_("Auto-scroll speed when dragging playhead (%)"),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue