Merge pull request #23379 from Chaosus/filedock_fix

Fix small visual bug in filesystem dock
This commit is contained in:
Rémi Verschelde 2018-10-29 15:10:10 +01:00 committed by GitHub
commit 35e4783f7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -353,7 +353,7 @@ void FileSystemDock::_notification(int p_what) {
} break; } break;
case NOTIFICATION_THEME_CHANGED: { case NOTIFICATION_THEME_CHANGED: {
if (tree->is_visible_in_tree()) { if (is_visible_in_tree()) {
_update_display_mode(true); _update_display_mode(true);
} }
} break; } break;