From: Robin Gareus Date: Wed, 1 Mar 2017 10:54:52 +0000 (+0100) Subject: Fix implicit selection when operating track-header ctrl buttons X-Git-Tag: 5.9~703 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=88a22d40b5befe71d8c51939b3bb3aeea754642a;p=ardour.git 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. --- diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc index bf2be7ab0d..21e6b429cb 100644 --- a/gtk2_ardour/automation_controller.cc +++ b/gtk2_ardour/automation_controller.cc @@ -225,7 +225,7 @@ bool AutomationController::button_release (GdkEventButton*) { end_touch (); - return false; + return true; } static double