change selection behaviour for track header context click
git-svn-id: svn://localhost/ardour2/trunk@1665 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -515,7 +515,11 @@ TimeAxisView::popup_display_menu (guint32 when)
|
||||
if (display_menu == 0) {
|
||||
build_display_menu ();
|
||||
}
|
||||
editor.set_selected_track (*this, Selection::Add);
|
||||
|
||||
if (!get_selected()) {
|
||||
editor.set_selected_track (*this, Selection::Set);
|
||||
}
|
||||
|
||||
display_menu->popup (1, when);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user