Let mouseclicks tick/untick checkboxes

This commit is contained in:
Hisham Muhammad
2008-05-07 23:01:45 +00:00
parent 23615d63a8
commit 15ab0ad706
4 changed files with 3 additions and 3 deletions

View File

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