diff options
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; |