You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Fix bug in GridContainer not updating minimumsize when columns changes, fixes #4677
This commit is contained in:
@@ -158,6 +158,7 @@ void GridContainer::set_columns(int p_columns) {
|
||||
|
||||
columns=p_columns;
|
||||
queue_sort();
|
||||
minimum_size_changed();
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user