1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

-Project settings can properly add/remove properties again, fixes #3177

This commit is contained in:
Juan Linietsky
2016-01-10 17:08:02 -03:00
parent 027072728e
commit eb7901c8b8
3 changed files with 9 additions and 2 deletions

View File

@@ -3812,6 +3812,11 @@ void SectionedPropertyEditor::_section_selected(int p_which) {
filter->set_section( sections->get_item_metadata(p_which) );
}
String SectionedPropertyEditor::get_current_section() const {
return sections->get_item_metadata( sections->get_current() );
}
String SectionedPropertyEditor::get_full_item_path(const String& p_item) {
String base = sections->get_item_metadata( sections->get_current() );