13
0

Fix warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@8069 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-11-22 18:24:08 +00:00
parent bf411d3730
commit eaa939b7c4

View File

@ -277,6 +277,8 @@ MidiRegionView::canvas_event(GdkEvent* ev)
_last_event_x = ev->motion.x;
_last_event_y = ev->motion.y;
break;
default:
break;
}
if (!trackview.editor().internal_editing()) {