mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix implicit selection when operating track-header ctrl buttons
Stop event propagation. Otherwise, on release the event is passed up and handled by the TAV which scrolls the editor viewpoint and the button is no longer under the mouse.
This commit is contained in:
parent
ce2c3a9c70
commit
88a22d40b5
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ bool
|
|||
AutomationController::button_release (GdkEventButton*)
|
||||
{
|
||||
end_touch ();
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
static double
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue