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 folder colors not present in editor dir dialog #90651

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

Muller-Castro
Copy link
Contributor

Fixes #90649

editor/gui/editor_dir_dialog.cpp Outdated Show resolved Hide resolved
editor/gui/editor_dir_dialog.cpp Outdated Show resolved Hide resolved
@Muller-Castro Muller-Castro force-pushed the folder-color branch 3 times, most recently from 6586067 to d2aa080 Compare April 15, 2024 19:40
@Muller-Castro Muller-Castro requested a review from a team as a code owner April 15, 2024 19:40
Copy link
Member

@ajreckof ajreckof left a comment

Choose a reason for hiding this comment

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

With the few last details this should be good

editor/gui/editor_dir_dialog.cpp Outdated Show resolved Hide resolved
editor/gui/editor_dir_dialog.cpp Outdated Show resolved Hide resolved
editor/filesystem_dock.cpp Outdated Show resolved Hide resolved
@@ -99,6 +116,8 @@ void EditorDirDialog::reload(const String &p_path) {
void EditorDirDialog::_notification(int p_what) {
switch (p_what) {
case NOTIFICATION_ENTER_TREE: {
FileSystemDock::get_singleton()->connect("folder_color_changed", callable_mp(this, &EditorDirDialog::reload).bind(""));

Copy link
Member

Choose a reason for hiding this comment

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

Suggested change

Unnecessary blank line.

@akien-mga akien-mga merged commit 1a89b60 into godotengine:master Apr 18, 2024
16 checks passed
@Muller-Castro Muller-Castro deleted the folder-color branch April 18, 2024 10:35
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.

Folder colors not present in Move/Duplicate menu
5 participants