Adding missing break statement

ugfx_release_2.6
Joel Bodenmann 2015-08-14 23:42:49 +02:00
parent 22ecd9a95f
commit 755b7a45ab
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ static void gwidgetEvent(void *param, GEvent *pe) {
// If we got this far we can finally pass the event // If we got this far we can finally pass the event
((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke); ((gwidgetVMT*)widgetInFocus->vmt)->KeyboardEvent((GWidgetObject*)widgetInFocus, pke);
} }
break;
#endif #endif
#if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE #if GFX_USE_GINPUT && GINPUT_NEED_TOGGLE