mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 18:41:29 +00:00
Fix renaming function dialog in VisualScript does not work correctly
This commit is contained in:
parent
d3a6b6daaa
commit
e5657a4fbf
2 changed files with 10 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue