You've already forked godot
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:
@@ -836,6 +836,7 @@ void Control::_notification(int p_notification) {
|
||||
}
|
||||
} else {
|
||||
data.minimum_size_valid = false;
|
||||
_update_minimum_size();
|
||||
_size_changed();
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user