You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #11283 from volzhs/fix-icon_map-error
Fix !icon_map.has(p_type) error
This commit is contained in:
@@ -107,8 +107,6 @@ void EditorFileDialog::_notification(int p_what) {
|
|||||||
fav_down->set_icon(get_icon("MoveDown", "EditorIcons"));
|
fav_down->set_icon(get_icon("MoveDown", "EditorIcons"));
|
||||||
fav_rm->set_icon(get_icon("RemoveSmall", "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();
|
update_file_list();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user