There was an error while loading. Please reload this page.
2 parents 6fbbfc1 + 634853c commit 45a9806Copy full SHA for 45a9806
1 file changed
scene/gui/container.cpp
@@ -97,6 +97,8 @@ void Container::_sort_children() {
97
return;
98
}
99
100
+ update_minimum_size();
101
+
102
notification(NOTIFICATION_PRE_SORT_CHILDREN);
103
emit_signal(SceneStringName(pre_sort_children));
104
0 commit comments