1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-05 12:10:55 +00:00

Visualscript: Don't show Shift+A search box at every screen and reuse EDIT_FIND_NODE_TYPE (ctrl-f) shortcut.

The generic search shortcut is now CTRL-F.
This commit is contained in:
K. S. Ernest (iFire) Lee
2018-07-25 08:25:03 -07:00
parent 9e16f4a370
commit 31008c9199
2 changed files with 9 additions and 8 deletions

View File

@@ -212,6 +212,9 @@ class VisualScriptEditor : public ScriptEditorBase {
String revert_on_drag;
void _input(const Ref<InputEvent> &p_event);
void _generic_search();
void _members_gui_input(const Ref<InputEvent> &p_event);
void _on_nodes_delete();
void _on_nodes_duplicate();