mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 15:16:25 +01:00
[Summary] Bug fix 44801. Remove last line from Display Position Playhead context menu
[Reviewed] YPozdnyakov
This commit is contained in:
parent
e27822e8bf
commit
e39386a9e6
1 changed files with 0 additions and 2 deletions
|
|
@ -47,8 +47,6 @@ MainClock::build_ops_menu ()
|
||||||
AudioClock::build_ops_menu ();
|
AudioClock::build_ops_menu ();
|
||||||
|
|
||||||
MenuList& ops_items = ops_menu->items();
|
MenuList& ops_items = ops_menu->items();
|
||||||
ops_items.push_back (SeparatorElem ());
|
|
||||||
ops_items.push_back (CheckMenuElem (_("Display delta to edit cursor"), sigc::mem_fun (*this, &MainClock::display_delta_to_edit_cursor)));
|
|
||||||
Gtk::CheckMenuItem* c = dynamic_cast<Gtk::CheckMenuItem *> (&ops_items.back());
|
Gtk::CheckMenuItem* c = dynamic_cast<Gtk::CheckMenuItem *> (&ops_items.back());
|
||||||
if (_primary) {
|
if (_primary) {
|
||||||
if (ARDOUR::Config->get_primary_clock_delta_edit_cursor ()) {
|
if (ARDOUR::Config->get_primary_clock_delta_edit_cursor ()) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue