Skip to content

Commit 9e36c04

Browse files
committed
Fix resource details will unexpectedly expand
1 parent 7b1ed52 commit 9e36c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

editor/editor_resource_picker.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1053,7 +1053,6 @@ void EditorResourcePicker::_duplicate_selected_resources() {
10531053
EditorResourcePicker::EditorResourcePicker(bool p_hide_assign_button_controls) {
10541054
assign_button = memnew(Button);
10551055
assign_button->set_flat(true);
1056-
assign_button->set_action_mode(BaseButton::ACTION_MODE_BUTTON_PRESS);
10571056
assign_button->set_h_size_flags(SIZE_EXPAND_FILL);
10581057
assign_button->set_expand_icon(true);
10591058
assign_button->set_clip_text(true);

0 commit comments

Comments
 (0)