aboutsummaryrefslogtreecommitdiffstats
path: root/src/gwin/checkbox.c
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2013-06-02 18:52:42 +0200
committerJoel Bodenmann <joel@unormal.org>2013-06-02 18:52:42 +0200
commit446f41297d914c6e624e2095264fb67edc0b9d69 (patch)
tree340ec144daa043abe027d466fd26dd16e247413d /src/gwin/checkbox.c
parent809b8ccc60f16255d6c5b2b228a1463f2123ea4c (diff)
downloaduGFX-446f41297d914c6e624e2095264fb67edc0b9d69.tar.gz
uGFX-446f41297d914c6e624e2095264fb67edc0b9d69.tar.bz2
uGFX-446f41297d914c6e624e2095264fb67edc0b9d69.zip
some more checkbox fixes
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);
}