Fix crash on dictionary initialization after return to default in C#.
This commit is contained in:
parent
b7feebefab
commit
f764c5336a
1 changed files with 1 additions and 0 deletions
|
|
@ -960,6 +960,7 @@ void EditorPropertyDictionary::update_property() {
|
|||
memdelete(container);
|
||||
button_add_item = nullptr;
|
||||
container = nullptr;
|
||||
add_panel = nullptr;
|
||||
slots.clear();
|
||||
}
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue