mirror of
https://github.com/godotengine/godot.git
synced 2026-03-10 21:06:13 +00:00
Fix segfault on editor close up
This commit is contained in:
@@ -353,7 +353,9 @@ void FileSystemDock::_notification(int p_what) {
|
||||
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
_update_display_mode(true);
|
||||
if (tree->is_visible_in_tree()) {
|
||||
_update_display_mode(true);
|
||||
}
|
||||
} break;
|
||||
case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {
|
||||
// Update icons
|
||||
|
||||
Reference in New Issue
Block a user