Skip to content

Commit

Permalink
Merge pull request godotengine#101817 from Giganzo/resource-drag-open
Browse files Browse the repository at this point in the history
Fix resource details will unexpectedly expand
  • Loading branch information
Repiteo committed Feb 3, 2025
2 parents 654b599 + 9e36c04 commit eee39f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion editor/editor_resource_picker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1085,7 +1085,6 @@ void EditorResourcePicker::_duplicate_selected_resources() {
EditorResourcePicker::EditorResourcePicker(bool p_hide_assign_button_controls) {
assign_button = memnew(Button);
assign_button->set_flat(true);
assign_button->set_action_mode(BaseButton::ACTION_MODE_BUTTON_PRESS);
assign_button->set_h_size_flags(SIZE_EXPAND_FILL);
assign_button->set_expand_icon(true);
assign_button->set_clip_text(true);
Expand Down

0 comments on commit eee39f0

Please sign in to comment.