mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Ensure that controls update all their sizing information when required
This commit is contained in:
@@ -34,8 +34,6 @@
|
||||
#include "scene/scene_string_names.h"
|
||||
|
||||
void Container::_child_minsize_changed() {
|
||||
//Size2 ms = get_combined_minimum_size();
|
||||
//if (ms.width > get_size().width || ms.height > get_size().height) {
|
||||
update_minimum_size();
|
||||
queue_sort();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user