mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Fix not being able to set project path
This commit is contained in:
parent
ef34c3d534
commit
98523d8a1d
1 changed files with 0 additions and 1 deletions
|
|
@ -982,7 +982,6 @@ void ProjectDialog::_notification(int p_what) {
|
|||
fdialog_project->set_access(EditorFileDialog::ACCESS_FILESYSTEM);
|
||||
fdialog_project->connect("dir_selected", callable_mp(this, &ProjectDialog::_project_path_selected));
|
||||
fdialog_project->connect("file_selected", callable_mp(this, &ProjectDialog::_project_path_selected));
|
||||
fdialog_project->connect(SceneStringName(confirmed), callable_mp(this, &ProjectDialog::show_dialog).bind(false, true), CONNECT_DEFERRED);
|
||||
fdialog_project->connect("canceled", callable_mp(this, &ProjectDialog::show_dialog).bind(false, false), CONNECT_DEFERRED);
|
||||
callable_mp((Node *)this, &Node::add_sibling).call_deferred(fdialog_project, false);
|
||||
} break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue