Update last min size when Control becomes visible

This commit is contained in:
Haoyu Qiu 2022-05-22 15:49:42 +08:00
parent 7b8c574401
commit 4ac999cc3f
1 changed files with 1 additions and 0 deletions

View File

@ -836,6 +836,7 @@ void Control::_notification(int p_notification) {
}
} else {
data.minimum_size_valid = false;
_update_minimum_size();
_size_changed();
}
} break;