summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
diff options
context:
space:
mode:
authorNathan Hold <nathanhold@hotmail.com>2019-06-11 00:37:41 +1000
committerNathan Hold <nathanhold@hotmail.com>2019-07-02 12:42:37 +1000
commitbd9cc84fdc89d37e184e0a9134c994b11ca6008d (patch)
tree126101d5ff28eb1c3e32521da563a742d029b077 /editor/editor_properties_array_dict.h
parent7f3c2e7b0c722c8cef026a7a15ed9296c3c22407 (diff)
downloadredot-engine-bd9cc84fdc89d37e184e0a9134c994b11ca6008d.tar.gz
Add option to remove array item and button to remove typed array item
Diffstat (limited to 'editor/editor_properties_array_dict.h')
-rw-r--r--editor/editor_properties_array_dict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties_array_dict.h b/editor/editor_properties_array_dict.h
index ff759105c3..3ee5640198 100644
--- a/editor/editor_properties_array_dict.h
+++ b/editor/editor_properties_array_dict.h
@@ -105,6 +105,7 @@ class EditorPropertyArray : public EditorProperty {
void _change_type_menu(int p_index);
void _object_id_selected(const String &p_property, ObjectID p_id);
+ void _remove_pressed(int p_index);
protected:
static void _bind_methods();