mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Merge pull request #5584 from TheHX/project-settings
Implement undo/redo for adding and deleting global properties
This commit is contained in:
commit
06eef730c0
2 changed files with 33 additions and 5 deletions
|
|
@ -4187,6 +4187,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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue