Skip to content

Commit

Permalink
Merge pull request godotengine#101335 from Rocka06/spriteframes-dupli…
Browse files Browse the repository at this point in the history
…cate-line

Fix frame list icon mode is set two times
  • Loading branch information
akien-mga committed Jan 9, 2025
2 parents 3c1c538 + 7c3d460 commit 0e3a5ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/plugins/sprite_frames_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit 0e3a5ed

Please sign in to comment.