Skip to content

Commit bad1287

Browse files
committed
Merge pull request godotengine#112665 from Giganzo/quick-cursor
Fix cursor shape in the quick open dialog
2 parents a68d26c + 189e276 commit bad1287

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor/gui/editor_quick_open_dialog.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ void EditorQuickOpenDialog::_search_box_text_changed(const String &p_query) {
277277
void style_button(Button *p_button) {
278278
p_button->set_flat(true);
279279
p_button->set_focus_mode(Control::FOCUS_ACCESSIBILITY);
280-
p_button->set_default_cursor_shape(Control::CURSOR_POINTING_HAND);
281280
}
282281

283282
QuickOpenResultContainer::QuickOpenResultContainer() {
@@ -1021,7 +1020,6 @@ void QuickOpenResultContainer::_bind_methods() {
10211020
QuickOpenResultItem::QuickOpenResultItem() {
10221021
set_focus_mode(FocusMode::FOCUS_NONE);
10231022
_set_enabled(false);
1024-
set_default_cursor_shape(CURSOR_POINTING_HAND);
10251023

10261024
list_item = memnew(QuickOpenResultListItem);
10271025
list_item->hide();

0 commit comments

Comments
 (0)