1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Implement undo/redo for adding and deleting global properties

This commit is contained in:
Franklin Sobrinho
2016-07-07 10:10:12 -03:00
parent 1b9433594e
commit 9be07081de
2 changed files with 33 additions and 5 deletions

View File

@@ -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) {