diff options
Diffstat (limited to 'editor/editor_properties.h')
-rw-r--r-- | editor/editor_properties.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editor/editor_properties.h b/editor/editor_properties.h index 14a2699ad8..0d54025c7b 100644 --- a/editor/editor_properties.h +++ b/editor/editor_properties.h @@ -273,6 +273,9 @@ private: void _rename_pressed(int p_menu); void _rename_operation_confirm(); + void _update_hovered(const Vector2 &p_position); + void _on_hover_exit(); + void _update_flag(); Size2 get_grid_size() const; protected: |