Fix small visual bug in filesystem dock

This commit is contained in:
Chaosus 2018-10-29 16:20:31 +03:00
parent 0a80ceaf02
commit 4f4bbfbb85

View file

@ -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;