diff --git a/src/gwin/gwin_widget.c b/src/gwin/gwin_widget.c index 9dc4d0d8..c536b88a 100644 --- a/src/gwin/gwin_widget.c +++ b/src/gwin/gwin_widget.c @@ -223,7 +223,7 @@ static void gwidgetEvent(void *param, GEvent *pe) { // If we got this far we can finally pass the event ((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke); } - + break; #endif #if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE