Add missing break (VST-key forwarding)
authorRobin Gareus <robin@gareus.org>
Wed, 18 Sep 2019 15:28:35 +0000 (17:28 +0200)
committerRobin Gareus <robin@gareus.org>
Wed, 18 Sep 2019 15:38:01 +0000 (17:38 +0200)
gtk2_ardour/vst_plugin_ui.cc

index a2ce3413ec700b33bedb9215715c987d7b2ead83..4416a354cb1a5321824bdbfc6e22264d71ed9b33 100644 (file)
@@ -234,8 +234,10 @@ VSTPluginUI::dispatch_effeditkey (GdkEventKey* gdk_key)
                        special_key = 15;
                        break;
                case GDK_Page_Down:
+                       /* fallthrough */
                case GDK_KP_Page_Down:
                        special_key = 16;
+                       break;
                case GDK_Insert:
                        special_key = 21;
                        break;