zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
37 stars 0 forks source link

Next change after config reset is ignored #336

Closed SamRodri closed 1 week ago

SamRodri commented 2 weeks ago

Following these steps:

1 - Run config example. 2 - Click "Checked: false" button. 3 - Click reset for "Checked" config. 4 - Click "Checked: false" button again.

I saw this happen:

Reset button remains disabled. Also with two processes the second process does not update.

I expected this to happen:

Same behavior as first click.