mirror of
https://github.com/igniterealtime/Spark.git
synced 2026-03-14 19:45:57 +00:00
This commit changes how component bounds (position + dimension) are stored. Before this commit, this occurred only when every component was closing. When closing Spark abruptly, these event listeners did not always trigger. With this commit, the bounds of components are updated whenever they change. The bounds are saved just once, when the main screen quits.