Back scroll to start when changing folder

This commit is contained in:
qarmin 2019-02-19 13:31:39 +01:00
parent f5477ee36f
commit 9bf1964dff
1 changed files with 1 additions and 0 deletions

View File

@ -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) {