diff options
Diffstat (limited to 'editor/editor_path.h')
| -rw-r--r-- | editor/editor_path.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_path.h b/editor/editor_path.h index 747ff5a656..b6778b682e 100644 --- a/editor/editor_path.h +++ b/editor/editor_path.h @@ -61,6 +61,8 @@ protected: static void _bind_methods(); public: + virtual Size2 get_minimum_size() const override; + void update_path(); void clear_path(); void enable_path(); |