Fix GDScript crash when call show/hide in func _exit_tree
(cherry picked from commit 0c6f089ce4
)
This commit is contained in:
parent
523625a3d1
commit
54625bb771
|
@ -522,8 +522,8 @@ void Control::_notification(int p_notification) {
|
||||||
|
|
||||||
if (!is_visible()) {
|
if (!is_visible()) {
|
||||||
|
|
||||||
|
if(get_viewport() != NULL)
|
||||||
get_viewport()->_gui_hid_control(this);
|
get_viewport()->_gui_hid_control(this);
|
||||||
_modal_stack_remove();
|
_modal_stack_remove();
|
||||||
minimum_size_changed();
|
minimum_size_changed();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue