diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2017-11-29 09:07:36 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-29 09:07:36 +0100 |
| commit | aac4cde229f9d4dc1fbc35955cf934a749cb9d95 (patch) | |
| tree | 196307aa844f2587ce6bcd536f8f5589e8638455 /editor/property_editor.h | |
| parent | 0f55d3767d03e81e6105185ffae0fae7260cd1e8 (diff) | |
| parent | 45c5a865c22a590913cf7e3ede2d53c85ab69116 (diff) | |
| download | redot-engine-aac4cde229f9d4dc1fbc35955cf934a749cb9d95.tar.gz | |
Merge pull request #13367 from Krakean/inspector_collapseexpand_corrections
Small corrections to Inspector collapse/expand feature
Diffstat (limited to 'editor/property_editor.h')
| -rw-r--r-- | editor/property_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/property_editor.h b/editor/property_editor.h index 299e8d3cd7..a337a05e46 100644 --- a/editor/property_editor.h +++ b/editor/property_editor.h @@ -203,6 +203,7 @@ class PropertyEditor : public Control { bool hide_script; bool use_folding; bool property_selectable; + bool is_expandall_enabled; bool updating_folding; |
