You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Rename all methods that return ScrollBar nodes to get_*_scroll_bar()
This commit is contained in:
@@ -528,7 +528,7 @@ void FileSystemDock::_navigate_to_path(const String &p_path, bool p_select_in_fa
|
||||
_update_tree(_compute_uncollapsed_paths(), false, p_select_in_favorites, true);
|
||||
if (display_mode == DISPLAY_MODE_SPLIT) {
|
||||
_update_file_list(false);
|
||||
files->get_v_scroll()->set_value(0);
|
||||
files->get_v_scroll_bar()->set_value(0);
|
||||
}
|
||||
|
||||
String file_name = p_path.get_file();
|
||||
|
||||
Reference in New Issue
Block a user