aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gwin/checkbox.c')
-rw-r--r--src/gwin/checkbox.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gwin/checkbox.c b/src/gwin/checkbox.c
index a0d281c9..f12c0ee3 100644
--- a/src/gwin/checkbox.c
+++ b/src/gwin/checkbox.c
@@ -88,6 +88,7 @@ static void gwinCheckboxCallback(void *param, GEvent *pe) {
continue;
pbe->type = GEVENT_GWIN_CHECKBOX;
pbe->checkbox = gh;
+ pbe->state = gbw->state;
geventSendEvent(psl);
}