mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-23 23:17:46 +01:00
[Summary] Removed possibility to drop selection when clicked under the list of tracks
This commit is contained in:
parent
ccc2f07fb3
commit
b57a35c934
1 changed files with 2 additions and 6 deletions
|
|
@ -3594,11 +3594,7 @@ Editor::edit_controls_button_press (GdkEventButton* ev)
|
||||||
bool
|
bool
|
||||||
Editor::edit_controls_button_release (GdkEventButton* ev)
|
Editor::edit_controls_button_release (GdkEventButton* ev)
|
||||||
{
|
{
|
||||||
if (ev->button == 1) {
|
return false;
|
||||||
selection->clear_tracks ();
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue