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
1 changed files with 0 additions and 1 deletions
|
@ -369,7 +369,6 @@ void ItemList::clear() {
|
||||||
update();
|
update();
|
||||||
shape_changed = true;
|
shape_changed = true;
|
||||||
defer_select_single = -1;
|
defer_select_single = -1;
|
||||||
scroll_bar->set_value(0);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void ItemList::set_fixed_column_width(int p_size) {
|
void ItemList::set_fixed_column_width(int p_size) {
|
||||||
|
|
Loading…
Reference in a new issue