diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2022-02-15 08:56:58 -0600 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2022-03-12 13:34:06 -0600 |
commit | 918b09cabc39dbf13bed2406da56035341ac1cf4 (patch) | |
tree | 20989f8c374745f579f88c0dd925b31fa9b1ba55 /editor/property_selector.cpp | |
parent | d7019de7e3c416e5492d1508b39c9b25adc2483a (diff) | |
download | redot-engine-918b09cabc39dbf13bed2406da56035341ac1cf4.tar.gz |
Initialize bools in the headers in editor
Diffstat (limited to 'editor/property_selector.cpp')
-rw-r--r-- | editor/property_selector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/editor/property_selector.cpp b/editor/property_selector.cpp index 453ecb6b24..1ac15a0a9d 100644 --- a/editor/property_selector.cpp +++ b/editor/property_selector.cpp @@ -589,7 +589,6 @@ PropertySelector::PropertySelector() { search_options->connect("cell_selected", callable_mp(this, &PropertySelector::_item_selected)); search_options->set_hide_root(true); search_options->set_hide_folding(true); - virtuals_only = false; help_bit = memnew(EditorHelpBit); vbc->add_margin_child(TTR("Description:"), help_bit); |