summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mouse.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-04-07 01:57:11 +0000
committerCarl Hetherington <carl@carlh.net>2012-04-07 01:57:11 +0000
commit3b5f017eb92851d22e7322e3d090fa39e0bfcebf (patch)
tree59f00a236e784667b7609cde0d85fba04073d868 /gtk2_ardour/editor_mouse.cc
parent3fa134e8aebf6c67142559f5e435eb4ca08d850b (diff)
Add missing break; (#4820).
git-svn-id: svn://localhost/ardour2/branches/3.0@11810 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_mouse.cc')
-rw-r--r--gtk2_ardour/editor_mouse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_mouse.cc b/gtk2_ardour/editor_mouse.cc
index 5ee05336a4..b789a424f1 100644
--- a/gtk2_ardour/editor_mouse.cc
+++ b/gtk2_ardour/editor_mouse.cc
@@ -889,6 +889,7 @@ Editor::button_press_handler_1 (ArdourCanvas::Item* item, GdkEvent* event, ItemT
default:
break;
}
+ break;
case MouseObject:
switch (item_type) {