Rename all methods that return ScrollBar nodes to get_*_scroll_bar()
This commit is contained in:
parent
03cfdf8cc7
commit
ec4f4c6cda
16 changed files with 31 additions and 31 deletions
|
|
@ -721,7 +721,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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue