Few fixes for editor tab in editor settings
This commit is contained in:
parent
8c9e10553c
commit
982c4d7d5c
2 changed files with 7 additions and 7 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue