diff options
| author | Juan Linietsky | 2018-05-15 17:12:35 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-05-15 17:14:31 -0300 |
| commit | 005b69cf6e276209464cc8c36ebc7376679925b6 (patch) | |
| tree | 2271a91a727cb9afcc2f58b4b91023f4a0a7f7f8 /scene/gui/container.cpp | |
| parent | 3b8bd50b41e0197ab3bce653548715872a93ea80 (diff) | |
| download | godot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.gz godot-005b69cf6e276209464cc8c36ebc7376679925b6.tar.zst godot-005b69cf6e276209464cc8c36ebc7376679925b6.zip | |
Diffstat (limited to 'scene/gui/container.cpp')
| -rw-r--r-- | scene/gui/container.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/gui/container.cpp b/scene/gui/container.cpp index 7cb0ad570..177582c87 100644 --- a/scene/gui/container.cpp +++ b/scene/gui/container.cpp @@ -34,9 +34,9 @@ void Container::_child_minsize_changed() { - Size2 ms = get_combined_minimum_size(); - if (ms.width > get_size().width || ms.height > get_size().height) - minimum_size_changed(); + //Size2 ms = get_combined_minimum_size(); + //if (ms.width > get_size().width || ms.height > get_size().height) { + minimum_size_changed(); queue_sort(); } |
