X Tutup
Skip to content

Fix changing directory in FileDialog#114177

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
KoBeWi:impossible
Dec 19, 2025
Merged

Fix changing directory in FileDialog#114177
akien-mga merged 1 commit intogodotengine:masterfrom
KoBeWi:impossible

Conversation

@KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented Dec 19, 2025

Who would've though that navigating to root directory on every directory traverse would cause problems 🙃
It worked in EditorFileDialog, because it was using DirAccess->change_dir() directly everywhere, instead of always going through the helper method.

Fixes #114174

@KoBeWi KoBeWi added this to the 4.6 milestone Dec 19, 2025
@KoBeWi KoBeWi requested a review from a team as a code owner December 19, 2025 01:41
Copy link
Contributor

@BastiaanOlij BastiaanOlij 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, fixes my issue! thanks!

@akien-mga akien-mga merged commit 0efff3a into godotengine:master Dec 19, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the impossible branch December 19, 2025 12:16
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.

File dialog won't let me select a folder

3 participants

X Tutup