Add MIDI control points only in internal/pencil.
This commit is contained in:
parent
124e54f01b
commit
b426873f6f
@ -120,8 +120,7 @@ AutomationRegionView::canvas_group_event (GdkEvent* ev)
|
||||
} else if (ev->type == GDK_BUTTON_RELEASE) {
|
||||
if (e.drags()->end_grab (ev)) {
|
||||
return true;
|
||||
} else if (e.current_mouse_mode() != Editing::MouseObject &&
|
||||
e.current_mouse_mode() == Editing::MouseDraw) {
|
||||
} else if (e.current_mouse_mode() != Editing::MouseDraw) {
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user