mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-25 19:04:58 +00:00
LibGUI: Reset hovered section when mouse cursor leaves a HeaderView
This commit is contained in:
@@ -302,6 +302,7 @@ void HeaderView::context_menu_event(ContextMenuEvent& event)
|
||||
void HeaderView::leave_event(Core::Event& event)
|
||||
{
|
||||
Widget::leave_event(event);
|
||||
set_hovered_section(-1);
|
||||
window()->set_override_cursor(StandardCursor::None);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user