From 7c3d46004b4d26bc1253bb631a684ed50cfe1aa7 Mon Sep 17 00:00:00 2001 From: Sohonyai Tibor <185492254+Rocka06@users.noreply.github.com> Date: Thu, 9 Jan 2025 09:59:15 +0100 Subject: [PATCH] removed duplicate set_icon_mode --- editor/plugins/sprite_frames_editor_plugin.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/plugins/sprite_frames_editor_plugin.cpp b/editor/plugins/sprite_frames_editor_plugin.cpp index a94dfcce0010..6f18160bf8df 100644 --- a/editor/plugins/sprite_frames_editor_plugin.cpp +++ b/editor/plugins/sprite_frames_editor_plugin.cpp @@ -2130,7 +2130,6 @@ SpriteFramesEditor::SpriteFramesEditor() { frame_list->set_select_mode(ItemList::SELECT_MULTI); frame_list->set_max_columns(0); - frame_list->set_icon_mode(ItemList::ICON_MODE_TOP); frame_list->set_max_text_lines(2); SET_DRAG_FORWARDING_GCD(frame_list, SpriteFramesEditor); frame_list->connect(SceneStringName(gui_input), callable_mp(this, &SpriteFramesEditor::_frame_list_gui_input));