Merge pull request #23379 from Chaosus/filedock_fix
Fix small visual bug in filesystem dock
This commit is contained in:
commit
35e4783f7b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue