mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 02:21:15 +00:00
Fix VS editor's "Create Function" dialog
This commit is contained in:
parent
b0f0e0e2fc
commit
13e752190f
3 changed files with 62 additions and 53 deletions
|
|
@ -89,6 +89,7 @@ class VisualScriptEditor : public ScriptEditorBase {
|
|||
Button *base_type_select;
|
||||
|
||||
LineEdit *func_name_box;
|
||||
ScrollContainer *func_input_scroll;
|
||||
VBoxContainer *func_input_vbox;
|
||||
ConfirmationDialog *function_create_dialog;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue