Skip to content

Resolve "fix(ui): container destruction is not symmetric to creation"

Description

This modifies void IGuiContainer::destroy() to destroy the GUI elements in the reverse order, thus symmetrically to the creation order.

Closes #981 (closed)

How to test it?

Test an application with a subtoolbar.

Edited by Flavien BRIDAULT

Merge request reports