Fix previous cherry-picked TileMapEitorPlugin change
That part of a362270112
was specific to the master branch.
This commit is contained in:
parent
73d855dbce
commit
4bac719212
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue