mirror of https://github.com/godotengine/godot
Revert "Merge pull request #26053 from qarmin/back_scroll_to_start"
This reverts commitb5deb1dc72, reversing changes made to2cc8848c3c. This change causes unwanted regression. It's too risky to have scroll back to top in ItemList.clear()
This commit is contained in:
parent
b96cd577c3
commit
68c3728b47
|
|
@ -369,7 +369,6 @@ void ItemList::clear() {
|
|||
update();
|
||||
shape_changed = true;
|
||||
defer_select_single = -1;
|
||||
scroll_bar->set_value(0);
|
||||
}
|
||||
|
||||
void ItemList::set_fixed_column_width(int p_size) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue