Hexworks / zircon

Zircon is an extensible and user-friendly, multiplatform tile engine.
https://hexworks.org/projects/zircon/
Apache License 2.0
755 stars 138 forks source link

Data binding loop when updating UNKNOWN tilesets #398

Closed adam-arold closed 3 years ago

adam-arold commented 3 years ago

This happened because the new option to supply Property objects to Components for binding used bind instead of updateFrom which ended up creating a circular binding.