You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
Fix small visual bug in filesystem dock
This commit is contained in:
@@ -353,7 +353,7 @@ void FileSystemDock::_notification(int p_what) {
|
||||
|
||||
} break;
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
if (tree->is_visible_in_tree()) {
|
||||
if (is_visible_in_tree()) {
|
||||
_update_display_mode(true);
|
||||
}
|
||||
} break;
|
||||
|
||||
Reference in New Issue
Block a user