diff options
| author | volzhs | 2017-09-15 10:53:49 +0900 |
|---|---|---|
| committer | volzhs | 2017-09-15 10:53:49 +0900 |
| commit | f1176e2a93e3c577b6f782a779c12b13134f21ea (patch) | |
| tree | e353b4ae76f2b786392837a738805019267e56ec /editor/editor_file_dialog.cpp | |
| parent | 57516a447395223e56e93e05994a5bf69ee3bcac (diff) | |
| download | godot-f1176e2a93e3c577b6f782a779c12b13134f21ea.tar.gz godot-f1176e2a93e3c577b6f782a779c12b13134f21ea.tar.zst godot-f1176e2a93e3c577b6f782a779c12b13134f21ea.zip | |
Diffstat (limited to 'editor/editor_file_dialog.cpp')
| -rw-r--r-- | editor/editor_file_dialog.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/editor/editor_file_dialog.cpp b/editor/editor_file_dialog.cpp index 0d6c552d1..67e254ccf 100644 --- a/editor/editor_file_dialog.cpp +++ b/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(); } } |
