Skip to content

Commit eee39f0

Browse files
committed
Merge pull request #101817 from Giganzo/resource-drag-open
Fix resource details will unexpectedly expand
2 parents 654b599 + 9e36c04 commit eee39f0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/editor_resource_picker.cpp

-1
Original file line numberDiff line numberDiff line change
@@ -1085,7 +1085,6 @@ void EditorResourcePicker::_duplicate_selected_resources() {
10851085
EditorResourcePicker::EditorResourcePicker(bool p_hide_assign_button_controls) {
10861086
assign_button = memnew(Button);
10871087
assign_button->set_flat(true);
1088-
assign_button->set_action_mode(BaseButton::ACTION_MODE_BUTTON_PRESS);
10891088
assign_button->set_h_size_flags(SIZE_EXPAND_FILL);
10901089
assign_button->set_expand_icon(true);
10911090
assign_button->set_clip_text(true);

0 commit comments

Comments
 (0)