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:
Robin Gareus 2017-03-01 11:54:52 +01:00
parent ce2c3a9c70
commit 88a22d40b5
1 changed files with 1 additions and 1 deletions

View File

@ -225,7 +225,7 @@ bool
AutomationController::button_release (GdkEventButton*)
{
end_touch ();
return false;
return true;
}
static double