From 9be07081de26ff829586e8c81cc32f07b73777a8 Mon Sep 17 00:00:00 2001 From: Franklin Sobrinho Date: Thu, 7 Jul 2016 10:10:12 -0300 Subject: Implement undo/redo for adding and deleting global properties --- tools/editor/property_editor.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tools/editor/property_editor.cpp') diff --git a/tools/editor/property_editor.cpp b/tools/editor/property_editor.cpp index 4b3f245e4..766fe1368 100644 --- a/tools/editor/property_editor.cpp +++ b/tools/editor/property_editor.cpp @@ -4191,6 +4191,8 @@ public: void SectionedPropertyEditor::_bind_methods() { ObjectTypeDB::bind_method("_section_selected",&SectionedPropertyEditor::_section_selected); + + ObjectTypeDB::bind_method("update_category_list", &SectionedPropertyEditor::update_category_list); } void SectionedPropertyEditor::_section_selected(int p_which) { -- cgit v1.2.3-70-g09d2