mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-21 00:24:48 +00:00
Merge pull request #33403 from codecustard/fix_itemlist_maxcolumn_update
Fixes ItemList max column update
This commit is contained in:
@@ -411,6 +411,7 @@ void ItemList::set_max_columns(int p_amount) {
|
||||
ERR_FAIL_COND(p_amount < 0);
|
||||
max_columns = p_amount;
|
||||
update();
|
||||
shape_changed = true;
|
||||
}
|
||||
int ItemList::get_max_columns() const {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user