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

Uncollapse res:// by default #77509

Conversation

KoBeWi
Copy link
Member

@KoBeWi KoBeWi commented May 26, 2023

Fixes minor usability regression from #72277

Due to the logic in that PR, res:// folder was collapsed by default.

PackedStringArray uncollapsed_tis = p_layout->get_value(p_section, "dock_filesystem_uncollapsed_paths");
uncollapsed_tis = p_layout->get_value(p_section, "dock_filesystem_uncollapsed_paths");
} else {
uncollapsed_tis = { "res://" };
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 isn't really necessary, but it provides compatibility with pre-4.1 layout files.

editor/editor_node.cpp Outdated Show resolved Hide resolved
@KoBeWi KoBeWi force-pushed the a_whole_new_tree_of_possibilities_unfolds_before_you branch from 3e3d92d to 8eb076a Compare May 26, 2023 11:25
@akien-mga akien-mga merged commit d984ad6 into godotengine:master May 26, 2023
@akien-mga
Copy link
Member

Thanks!

@KoBeWi KoBeWi deleted the a_whole_new_tree_of_possibilities_unfolds_before_you branch May 26, 2023 12:25
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.

3 participants