Page 1 of 1

[0.4.1] Problem. Gui elements do not resizes after destroy()

Posted: Thu May 30, 2013 1:56 pm
by rk84
This is a problem with GUIs that cover most of the screen, because you can not "clear" the screen.

As you add more elements into parent element. it will resize to fit its' childs.
Even if you destroy all elements you added. The invisible root element does to get smaller and will block the UI.

Edit: Problem solved: Adding something small in root element after everything else is destroyed will trigger gui resize.