summaryrefslogtreecommitdiff
path: root/editor/property_editor.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-07-25 01:08:31 +0200
committerGitHub <noreply@github.com>2018-07-25 01:08:31 +0200
commit4080e7ff8e992735028f18807713dd0e57c3af9c (patch)
tree54069156043fa7965bbf8e32327dfeead557368f /editor/property_editor.cpp
parente1a1441f4f3cc523ffd6fda7f4bed6a484f46d06 (diff)
parent982c4d7d5cf8142b9275cd7ba7dea140945b1377 (diff)
Merge pull request #20300 from Chaosus/editorsettings_fixes
Few fixes for editor tab in editor settings
Diffstat (limited to 'editor/property_editor.cpp')
-rw-r--r--editor/property_editor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/property_editor.cpp b/editor/property_editor.cpp
index 7f46844f6c..576227344b 100644
--- a/editor/property_editor.cpp
+++ b/editor/property_editor.cpp
@@ -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() {