summaryrefslogtreecommitdiff
path: root/editor/quick_open.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/quick_open.cpp')
-rw-r--r--editor/quick_open.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/quick_open.cpp b/editor/quick_open.cpp
index ed94f859e2..f8af3e8f36 100644
--- a/editor/quick_open.cpp
+++ b/editor/quick_open.cpp
@@ -190,6 +190,8 @@ void EditorQuickOpen::_sbox_input(const Ref<InputEvent> &p_ie) {
current->set_as_cursor(0);
}
} break;
+ default:
+ break;
}
}
}