Fix renaming function dialog in VisualScript does not work correctly
This commit is contained in:
@ -247,6 +247,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
||||
void _graph_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _members_gui_input(const Ref<InputEvent> &p_event);
|
||||
void _fn_name_box_input(const Ref<InputEvent> &p_event);
|
||||
void _on_fn_name_box_confirmed();
|
||||
void _rename_function(const String &p_name, const String &p_new_name);
|
||||
|
||||
void _create_function_dialog();
|
||||
|
||||
Reference in New Issue
Block a user