13
0

Add missing break; (#4820).

git-svn-id: svn://localhost/ardour2/branches/3.0@11810 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-07 01:57:11 +00:00
parent 3fa134e8ae
commit 3b5f017eb9

View File

@ -889,6 +889,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
default:
break;
}
break;
case MouseObject:
switch (item_type) {