From 4f2074ebd96d4a94d57d4b87beb1e18157decc03 Mon Sep 17 00:00:00 2001 From: ajreckof Date: Fri, 23 Feb 2024 20:41:32 +0100 Subject: [PATCH] Removing element in array will not change page when emptying page. --- editor/editor_properties_array_dict.cpp | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/editor/editor_properties_array_dict.cpp b/editor/editor_properties_array_dict.cpp index 9b883f76616a..0bc412f60f57 100644 --- a/editor/editor_properties_array_dict.cpp +++ b/editor/editor_properties_array_dict.cpp @@ -211,7 +211,7 @@ void EditorPropertyArray::_property_changed(const String &p_property, Variant p_ void EditorPropertyArray::_change_type(Object *p_button, int p_slot_index) { Button *button = Object::cast_to