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) {
|
} else if (ev->type == GDK_BUTTON_RELEASE) {
|
||||||
if (e.drags()->end_grab (ev)) {
|
if (e.drags()->end_grab (ev)) {
|
||||||
return true;
|
return true;
|
||||||
} else if (e.current_mouse_mode() != Editing::MouseObject &&
|
} else if (e.current_mouse_mode() != Editing::MouseDraw) {
|
||||||
e.current_mouse_mode() == Editing::MouseDraw) {
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user