codepunkschmidt / lcdhost

Automatically exported from code.google.com/p/lcdhost
3 stars 0 forks source link

Setup item values get out of sync #81

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
During a layout load it is possible for a setup item's value to "break" in that 
the value reported by ->value() does not match the value shown. Try having two 
setup items, with one setting the value of the other at start up via a 
"changed" event.

The issue manifests with the shown value being correct but the reported value 
remaining unchanged.

Annoyingly the bug manifests itself intermittently.

Original issue reported on code.google.com by a...@bridgesuk.com on 18 Jul 2011 at 8:40