Fixing gwin demo
This commit is contained in:
parent
f7ef75928b
commit
af3dae4f42
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user