aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/property_editor.h
diff options
context:
space:
mode:
authorJuan Linietsky2015-12-11 09:37:34 -0300
committerJuan Linietsky2015-12-11 09:37:34 -0300
commitfbda3c5d88bbe2112a257ff93caeed98f4e9873a (patch)
treea85d4ea3a82cc613d1902ba093a255ef5c855e6c /tools/editor/property_editor.h
parent46497c450854d0dfee60d8b64e141a303f4e99b3 (diff)
downloadgodot-fbda3c5d88bbe2112a257ff93caeed98f4e9873a.tar.gz
godot-fbda3c5d88bbe2112a257ff93caeed98f4e9873a.tar.zst
godot-fbda3c5d88bbe2112a257ff93caeed98f4e9873a.zip
-remove (can be added back in editor settings) icons from property editor
-remove ".." from file dialog when opening res://, fixes #2994
Diffstat (limited to '')
-rw-r--r--tools/editor/property_editor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/property_editor.h b/tools/editor/property_editor.h
index f004616c0..e933d7ab3 100644
--- a/tools/editor/property_editor.h
+++ b/tools/editor/property_editor.h
@@ -161,6 +161,7 @@ class PropertyEditor : public Control {
bool keying;
bool read_only;
bool show_categories;
+ bool show_type_icons;
float refresh_countdown;
bool use_doc_hints;
bool use_filter;