diff options
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index b3aac6e8ca..cfe0c2f38c 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -856,6 +856,7 @@ public: void collapse_all_folding() override; void expand_all_folding() override; + void expand_revertable() override; void set_use_sub_inspector(bool p_enable); |