X Tutup
Skip to content

[FileDialog] Use base dir instead of ".." when going up.#113581

Merged
akien-mga merged 1 commit intogodotengine:masterfrom
bruvzg:meh_fd
Dec 5, 2025
Merged

[FileDialog] Use base dir instead of ".." when going up.#113581
akien-mga merged 1 commit intogodotengine:masterfrom
bruvzg:meh_fd

Conversation

@bruvzg
Copy link
Member

@bruvzg bruvzg commented Dec 4, 2025

Fixes #113497
Alternative #113575, does not change any code behavior, just uses _go_up from former editor dialog.

@bruvzg bruvzg added this to the 4.6 milestone Dec 4, 2025
@bruvzg bruvzg requested a review from a team as a code owner December 4, 2025 19:14
Copy link
Member

@akien-mga akien-mga left a comment

Choose a reason for hiding this comment

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

Seems like a safe fix.

We can still consider the simplify_path fix too in parallel as it might fix other bugs, but also has potential from breaking stuff.

@akien-mga akien-mga merged commit 09abc05 into godotengine:master Dec 5, 2025
20 checks passed
@akien-mga
Copy link
Member

Thanks!

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 shows repeated "/.." segments when navigating parent from root

2 participants

X Tutup