summaryrefslogtreecommitdiffstats
path: root/editor/editor_properties_array_dict.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2019-07-02 07:29:22 +0200
committerGitHub <noreply@github.com>2019-07-02 07:29:22 +0200
commit0ab11e436dcc74e0e28fd3c16bebb735452435a9 (patch)
treead6e1576814b01b7ead53d3bc8b3845b84121890 /editor/editor_properties_array_dict.h
parent0268a4869ded42079d3f4c255406711c726e3df4 (diff)
parentbd9cc84fdc89d37e184e0a9134c994b11ca6008d (diff)
downloadredot-engine-0ab11e436dcc74e0e28fd3c16bebb735452435a9.tar.gz
Merge pull request #29656 from nhold/add-remove-option-array-inspector
Add buttons to remove keys\items from dictionaries\arrays.
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 18519c754a..2fe7c07d56 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();