mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
[Summary] Disabled header selection by context menu click (right click) on the empty canvas.
This commit is contained in:
parent
09bdbed3ed
commit
f499221b5b
1 changed files with 0 additions and 5 deletions
|
|
@ -596,11 +596,6 @@ Editor::button_selection (ArdourCanvas::Item* /*item*/, GdkEvent* event, ItemTyp
|
|||
break;
|
||||
|
||||
case StreamItem:
|
||||
/* for context click, select track */
|
||||
if (event->button.button == 3) {
|
||||
selection->clear_tracks ();
|
||||
set_selected_track_as_side_effect (op);
|
||||
}
|
||||
break;
|
||||
|
||||
case AutomationTrackItem:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue