Skip to content

Commit

Permalink
Fix "SpriteFramesEditor Add animation searchbox"
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread committed Aug 12, 2021
1 parent 9951d21 commit e1129ad
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions editor/plugins/sprite_frames_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -246,9 +246,6 @@ void SpriteFramesEditor::_notification(int p_what) {
remove_anim->set_icon(get_icon("Remove", "EditorIcons"));
toggle_anim_search_box->set_icon(get_icon("Search", "EditorIcons"));
anim_search_box->set_clear_button_enabled(true);
split_sheet_zoom_out->set_icon(get_icon("ZoomLess", "EditorIcons"));
split_sheet_zoom_reset->set_icon(get_icon("ZoomReset", "EditorIcons"));
split_sheet_zoom_in->set_icon(get_icon("ZoomMore", "EditorIcons"));
FALLTHROUGH;
}
case NOTIFICATION_THEME_CHANGED: {
Expand Down

0 comments on commit e1129ad

Please sign in to comment.