13
0

only button 1 click in mouse draw mode on MIDI automation regions should add events

This commit is contained in:
Paul Davis 2017-08-15 17:36:50 -04:00
parent 0c06860ed7
commit 36c708c465

View File

@ -137,6 +137,7 @@ AutomationRegionView::canvas_group_event (GdkEvent* ev)
if (trackview.editor().internal_editing() &&
ev->type == GDK_BUTTON_RELEASE &&
ev->button.button == 1 &&
e.current_mouse_mode() == Editing::MouseDraw &&
!e.drags()->active()) {