Fix GDScript crash when call show/hide in func _exit_tree

This commit is contained in:
sanikoyes 2016-03-22 12:46:33 +08:00
parent a895e2e372
commit 0c6f089ce4
1 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ void Control::_notification(int p_notification) {
if (!is_visible()) {
if(get_viewport() != NULL)
get_viewport()->_gui_hid_control(this);
_modal_stack_remove();
minimum_size_changed();