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

Fix !icon_map.has(p_type) error
This commit is contained in:
Rémi Verschelde 2017-09-16 19:19:51 +02:00 committed by GitHub
commit 27cd90f2b0

View File

@ -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();
}
}