diff options
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r-- | editor/property_editor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp index f8234d93fd..cc26769939 100644 --- a/editor/property_editor.cpp +++ b/editor/property_editor.cpp @@ -541,7 +541,7 @@ bool CustomPropertyEditor::edit(Object *p_owner, const String &p_name, Variant:: create_dialog->set_base_type("Object"); } - create_dialog->popup(false); + create_dialog->popup_create(false); hide(); updating = false; return false; |