浏览代码

Merge pull request #11283 from volzhs/fix-icon_map-error

Fix !icon_map.has(p_type) error
Rémi Verschelde 8 年之前
父节点
当前提交
27cd90f2b0
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      editor/editor_file_dialog.cpp

+ 0 - 2
editor/editor_file_dialog.cpp

@@ -107,8 +107,6 @@ void EditorFileDialog::_notification(int p_what) {
 		fav_down->set_icon(get_icon("MoveDown", "EditorIcons"));
 		fav_rm->set_icon(get_icon("RemoveSmall", "EditorIcons"));
 
-		Theme::get_default()->clear_icon("ResizedFile", "EditorIcons");
-		Theme::get_default()->clear_icon("ResizedFolder", "EditorIcons");
 		update_file_list();
 	}
 }