mirror of
https://github.com/godotengine/godot.git
synced 2026-03-03 20:55:48 +00:00
Merge pull request #55662 from KoBeWi/update_minimum_size_changed_to_update_minimum_size
This commit is contained in:
@@ -832,7 +832,7 @@ public:
|
||||
update();
|
||||
} else if (expand_hovered) {
|
||||
expanded = !expanded;
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
update();
|
||||
}
|
||||
}
|
||||
@@ -935,7 +935,7 @@ public:
|
||||
}
|
||||
|
||||
if ((expansion_rows != prev_expansion_rows) && expanded) {
|
||||
minimum_size_changed();
|
||||
update_minimum_size();
|
||||
}
|
||||
|
||||
if ((expansion_rows == 0) && (layer_index == layer_count)) {
|
||||
|
||||
Reference in New Issue
Block a user