From 31022d96a5b80f6cb95bd708c85003cb6d5f678a Mon Sep 17 00:00:00 2001 From: ajreckof <66184050+ajreckof@users.noreply.github.com> Date: Mon, 5 Jun 2023 05:38:09 +0200 Subject: [PATCH] Fix being able to delete new key/value from dictionary editor. --- editor/editor_properties_array_dict.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/editor/editor_properties_array_dict.cpp b/editor/editor_properties_array_dict.cpp index 1a8d677a007..3a84fcb7851 100644 --- a/editor/editor_properties_array_dict.cpp +++ b/editor/editor_properties_array_dict.cpp @@ -744,6 +744,7 @@ void EditorPropertyDictionary::_change_type(Object *p_button, int p_index) { Button *button = Object::cast_to