diff options
| author | Juan Linietsky | 2015-12-11 09:37:34 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-12-11 09:37:34 -0300 |
| commit | fbda3c5d88bbe2112a257ff93caeed98f4e9873a (patch) | |
| tree | a85d4ea3a82cc613d1902ba093a255ef5c855e6c /tools/editor/property_editor.h | |
| parent | 46497c450854d0dfee60d8b64e141a303f4e99b3 (diff) | |
| download | godot-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.h | 1 |
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; |
