Properly clean `button_add_item` ref in Dict property editor

Co-authored-by: Rémi Verschelde <rverschelde@gmail.com>
This commit is contained in:
Haoyu Qiu 2022-05-19 19:20:59 +08:00
parent 5d9c7eaef9
commit d54b60233a
1 changed files with 2 additions and 0 deletions

View File

@ -820,6 +820,7 @@ void EditorPropertyDictionary::update_property() {
if (vbox) {
set_bottom_editor(nullptr);
memdelete(vbox);
button_add_item = nullptr;
vbox = nullptr;
}
return;
@ -1119,6 +1120,7 @@ void EditorPropertyDictionary::update_property() {
if (vbox) {
set_bottom_editor(nullptr);
memdelete(vbox);
button_add_item = nullptr;
vbox = nullptr;
}
}