aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorJoel Bodenmann <joel@unormal.org>2014-04-26 03:07:31 +0200
committerJoel Bodenmann <joel@unormal.org>2014-04-26 03:07:31 +0200
commitaf3dae4f42d6308883ccdd39644fd9fb484dfa26 (patch)
tree9e2d4dc000b9c28a2556d798b3be8eb92f649ae9 /demos
parentf7ef75928bcc166e2326d4a7d10ceb4ccfb35220 (diff)
downloaduGFX-af3dae4f42d6308883ccdd39644fd9fb484dfa26.tar.gz
uGFX-af3dae4f42d6308883ccdd39644fd9fb484dfa26.tar.bz2
uGFX-af3dae4f42d6308883ccdd39644fd9fb484dfa26.zip
Fixing gwin demo
Diffstat (limited to 'demos')
-rw-r--r--demos/modules/gwin/widgets/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/modules/gwin/widgets/main.c b/demos/modules/gwin/widgets/main.c
index aef312de..c0c26776 100644
--- a/demos/modules/gwin/widgets/main.c
+++ b/demos/modules/gwin/widgets/main.c
@@ -372,6 +372,7 @@ static void setEnabled(bool_t ena) {
gwinSetEnabled(ghRadioBlack, ena);
gwinSetEnabled(ghRadioYellow, ena);
gwinSetEnabled(ghImage1, ena);
+ gwinSetEnabled(ghProgressbar1, ena);
}
int main(void) {