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) {