mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix note range menu item initial value (it probably should be saved and restored though...).
git-svn-id: svn://localhost/ardour2/trunk@2449 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c0af53a98a
commit
a7fb6f897f
1 changed files with 2 additions and 0 deletions
|
|
@ -173,6 +173,8 @@ MidiTimeAxisView::append_extra_display_menu_items ()
|
|||
mem_fun(*this, &MidiTimeAxisView::set_note_range),
|
||||
MidiStreamView::ContentsRange)));
|
||||
|
||||
((Gtk::CheckMenuItem&)range_items.back()).set_active(true);
|
||||
|
||||
items.push_back (MenuElem (_("Note range"), *range_menu));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue