Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix project name cleared when browsing path #95062

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Aug 2, 2024

Fixes #95038

@@ -370,6 +370,8 @@ void ProjectDialog::_browse_project_path() {
} else {
fdialog_project->set_file_mode(EditorFileDialog::FILE_MODE_OPEN_DIR);
}

hide();
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes the exclusive window error.

Copy link
Contributor

@jsjtxietian jsjtxietian Aug 5, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IMHO you should also show the dialog when quit the browser window? Otherwise when user cancel the fdialog_project they won't see the project_dialog anymore.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done.

Copy link
Member

@AThousandShips AThousandShips left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can confirm this works

@KoBeWi KoBeWi force-pushed the adding_random_arguments_for_good_measure branch from c456368 to 30da21f Compare August 5, 2024 12:27
@akien-mga akien-mga merged commit 116a457 into godotengine:master Aug 6, 2024
18 checks passed
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the adding_random_arguments_for_good_measure branch August 6, 2024 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Project manager erases project name after browsing for project path when creating a new project
4 participants