mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-18 08:20:44 +00:00
LibGUI: Clear any hovered index when the cursor leaves an AbstractView
This commit is contained in:
parent
c26bef0e53
commit
031d242e0e
Notes:
sideshowbarker
2024-07-19 07:58:22 +09:00
Author: https://github.com/awesomekling
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