summaryrefslogtreecommitdiffstats
path: root/ColorsPanel.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2008-05-07 23:01:45 +0000
committerHisham Muhammad <hisham@gobolinux.org>2008-05-07 23:01:45 +0000
commit15ab0ad706465775ab7b7780862cb5096379967d (patch)
tree4c2dbc76459bbf0ecb4894ae6f04ca42a28ae255 /ColorsPanel.c
parent23615d63a80a2c66e6856001c8c75dd1f73422c6 (diff)
Let mouseclicks tick/untick checkboxes
Diffstat (limited to 'ColorsPanel.c')
-rw-r--r--ColorsPanel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ColorsPanel.c b/ColorsPanel.c
index bab23fc8..cdc01662 100644
--- a/ColorsPanel.c
+++ b/ColorsPanel.c
@@ -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);

© 2014-2024 Faster IT GmbH | imprint | privacy policy