mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:17:45 +00:00
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
This commit is contained in:
parent
c26bef0e53
commit
031d242e0e
3 changed files with 19 additions and 5 deletions
|
@ -82,8 +82,10 @@ protected:
|
|||
virtual void doubleclick_event(MouseEvent&) override;
|
||||
virtual void context_menu_event(ContextMenuEvent&) override;
|
||||
virtual void drop_event(DropEvent&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
|
||||
virtual void did_scroll() override;
|
||||
void set_hovered_index(const ModelIndex&);
|
||||
void activate(const ModelIndex&);
|
||||
void activate_selected();
|
||||
void update_edit_widget_position();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue