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:
parent
259114e9e0
commit
4a8a6f892f
2 changed files with 11 additions and 7 deletions
|
|
@ -121,6 +121,8 @@ public:
|
|||
|
||||
void set_hscroll(HScrollBar *p_hscroll);
|
||||
|
||||
virtual CursorShape get_cursor_shape(const Point2 &p_pos) const override;
|
||||
|
||||
AnimationTimelineEdit();
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue