Use get_cursor_shape for identifying the cursor shape in AnimationTimelineEdit

get_cursor_shape() is used in cases where a Control displays different cursors in different areas.
There is no need to set the default cursor shape on every mouse move event.
This commit is contained in:
Markus Sauermann 2022-03-11 10:18:27 +01:00
parent 259114e9e0
commit 4a8a6f892f
2 changed files with 11 additions and 7 deletions

View file

@ -121,6 +121,8 @@ public:
void set_hscroll(HScrollBar *p_hscroll);
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const override;
AnimationTimelineEdit();
};