zng-ui / zng

Cross-platform GUI framework.
Apache License 2.0
58 stars 1 forks source link

Fix layers anchored to the root widget never rendering in some windows #520

Closed SamRodri closed 1 month ago

SamRodri commented 1 month ago

The root widget is the only one that is not done rendering before the layers, if only the first frame is rendered the layer can remain hidden. This fix ensures a second frame renders on this case.