Browse Source

Fix small visual bug in filesystem dock

Chaosus 6 years ago
parent
commit
4f4bbfbb85
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/filesystem_dock.cpp

+ 1 - 1
editor/filesystem_dock.cpp

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