Fixing checkbox keyboard handler

ugfx_release_2.6
Joel Bodenmann 2015-10-19 07:24:30 +02:00
parent 288e928ade
commit 49c5300ccd
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ static void SendCheckboxEvent(GWidgetObject *gw) {
{
// Only react on KEYDOWN events. Ignore KEYUP events.
if (pke->keystate & GKEYSTATE_KEYUP) {
break;
return;
}
// ENTER and SPACE keys to check/uncheck the checkbox