Handle KEY_RECLICK events generated by ScreenManager

This commit is contained in:
Hisham Muhammad
2015-08-27 18:42:35 -03:00
parent f585fc9825
commit f6c31eeaf5
4 changed files with 7 additions and 0 deletions

View File

@ -65,6 +65,7 @@ static HandlerResult ColorsPanel_eventHandler(Panel* super, int ch) {
case 0x0d:
case KEY_ENTER:
case KEY_MOUSE:
case KEY_RECLICK:
case ' ':
for (int i = 0; ColorSchemeNames[i] != NULL; i++)
CheckItem_set((CheckItem*)Panel_get(super, i), false);