Skip to content

Commit

Permalink
Merge pull request #26053 from qarmin/back_scroll_to_start
Browse files Browse the repository at this point in the history
Back scroll bar to start when changing folder
  • Loading branch information
akien-mga authored Apr 30, 2019
2 parents 2cc8848 + 9bf1964 commit b5deb1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scene/gui/item_list.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ 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) {
Expand Down

0 comments on commit b5deb1d

Please sign in to comment.