1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-04 19:21:46 +00:00

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

View File

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