Few fixes for editor tab in editor settings

This commit is contained in:
Chaosus
2018-07-20 11:19:20 +03:00
parent 8c9e10553c
commit 982c4d7d5c
2 changed files with 7 additions and 7 deletions

View File

@ -4394,7 +4394,7 @@ PropertyEditor::PropertyEditor() {
use_filter = false;
subsection_selectable = false;
property_selectable = false;
show_type_icons = EDITOR_DEF("interface/editor/show_type_icons", false);
show_type_icons = false; // TODO: need to reimplement it to work with the new inspector
}
PropertyEditor::~PropertyEditor() {