Browse Source

Fix previous cherry-picked TileMapEitorPlugin change

That part of a3622701127daf4172ad4c9ac9f04fc493ae14bd was specific to the master branch.
Rémi Verschelde 8 năm trước cách đây
mục cha
commit
4bac719212
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      editor/plugins/tile_map_editor_plugin.cpp

+ 0 - 2
editor/plugins/tile_map_editor_plugin.cpp

@@ -51,8 +51,6 @@ void TileMapEditor::_notification(int p_what) {
 			rotate_180->set_icon(get_icon("Rotate180", "EditorIcons"));
 			rotate_270->set_icon(get_icon("Rotate270", "EditorIcons"));
 
-			search_box->add_icon_override("right_icon", get_icon("Search", "EditorIcons"));
-
 		} break;
 
 		case EditorSettings::NOTIFICATION_EDITOR_SETTINGS_CHANGED: {