Merge pull request #55487 from YeldhamDev/scroll_bikeshedding

This commit is contained in:
Rémi Verschelde 2022-01-03 14:10:41 +01:00 committed by GitHub
commit 1032c2c434
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
16 changed files with 31 additions and 31 deletions

View file

@ -723,7 +723,7 @@ void EditorFileDialog::update_file_list() {
item_list->clear();
// Scroll back to the top after opening a directory
item_list->get_v_scroll()->set_value(0);
item_list->get_v_scroll_bar()->set_value(0);
if (display_mode == DISPLAY_THUMBNAILS) {
item_list->set_max_columns(0);