13
0

Add missing break (VST-key forwarding)

This commit is contained in:
Robin Gareus 2019-09-18 17:28:35 +02:00
parent ca4b6bb7e9
commit b3981b0206
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View 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;