Update last min size when Control becomes visible
This commit is contained in:
parent
7b8c574401
commit
4ac999cc3f
|
@ -836,6 +836,7 @@ void Control::_notification(int p_notification) {
|
|||
}
|
||||
} else {
|
||||
data.minimum_size_valid = false;
|
||||
_update_minimum_size();
|
||||
_size_changed();
|
||||
}
|
||||
} break;
|
||||
|
|
Loading…
Reference in New Issue