Add missing break; (#4820).
git-svn-id: svn://localhost/ardour2/branches/3.0@11810 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3fa134e8ae
commit
3b5f017eb9
@ -889,6 +889,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
|
||||
default:
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
||||
case MouseObject:
|
||||
switch (item_type) {
|
||||
|
Loading…
Reference in New Issue
Block a user