From 4bac71921204e6cf2c8e4079f11b4c6c25cadf17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 4 Sep 2017 07:34:09 +0200 Subject: [PATCH] Fix previous cherry-picked TileMapEitorPlugin change That part of a3622701127daf4172ad4c9ac9f04fc493ae14bd was specific to the master branch. --- editor/plugins/tile_map_editor_plugin.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/plugins/tile_map_editor_plugin.cpp b/editor/plugins/tile_map_editor_plugin.cpp index 329f1bd617e..77af9028900 100644 --- a/editor/plugins/tile_map_editor_plugin.cpp +++ b/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: {