Skip to content

Commit 28c2bad

Browse files
lodetrickakien-mga
authored andcommitted
Fix FileSystemDock signal connection for path navigation text box
1 parent d9cd011 commit 28c2bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editor/filesystem_dock.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ void FileSystemDock::_notification(int p_what) {
531531
button_hist_prev->connect(SceneStringName(pressed), callable_mp(this, &FileSystemDock::_bw_history));
532532
file_list_popup->connect(SceneStringName(id_pressed), callable_mp(this, &FileSystemDock::_file_list_rmb_option));
533533
tree_popup->connect(SceneStringName(id_pressed), callable_mp(this, &FileSystemDock::_tree_rmb_option));
534-
current_path_line_edit->connect(SceneStringName(text_submitted), callable_mp(this, &FileSystemDock::_navigate_to_path).bind(false));
534+
current_path_line_edit->connect(SceneStringName(text_submitted), callable_mp(this, &FileSystemDock::_navigate_to_path).bind(false, true));
535535

536536
always_show_folders = bool(EDITOR_GET("docks/filesystem/always_show_folders"));
537537
thumbnail_size_setting = EDITOR_GET("docks/filesystem/thumbnail_size");

0 commit comments

Comments
 (0)