cginternals / libzeug

deprecated: C++ sanctuary for small but powerful and frequently required, stand alone features.
MIT License
16 stars 13 forks source link

Make PropertyEditors listen to changed-Signals of their respective Properties #118

Closed lw0 closed 9 years ago

mjendruk commented 9 years ago

Just out of curiosity, how do you handle update loops, i.e., properties getting updated by the ui, updating the ui …

mjendruk commented 9 years ago

What about the aforementioned update loops?

scheibel commented 9 years ago

I remember seeing this code running life without this issue. Is it that obvious that there must be an error or is there just a missing explanation?