summaryrefslogtreecommitdiff
path: root/gtk2_ardour
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-03-01 11:54:52 +0100
committerRobin Gareus <robin@gareus.org>2017-03-01 11:55:32 +0100
commit88a22d40b5befe71d8c51939b3bb3aeea754642a (patch)
treec7fe55f2b334cd37e2c6f0dccdfd73ca7c1f96ba /gtk2_ardour
parentce2c3a9c701506b82904c68ff0d8512391df11c8 (diff)
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.
Diffstat (limited to 'gtk2_ardour')
-rw-r--r--gtk2_ardour/automation_controller.cc2
1 files changed, 1 insertions, 1 deletions
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