LibGUI: Extract ScrollBar::update_hovered_component() method

This commit is contained in:
Nico Weber 2020-08-25 10:39:13 -04:00 committed by Andreas Kling
commit b96759930d
Notes: sideshowbarker 2024-07-19 03:10:44 +09:00
2 changed files with 7 additions and 1 deletions

View file

@ -103,6 +103,7 @@ private:
void scroll_by_page(const Gfx::IntPoint&);
Component component_at_position(const Gfx::IntPoint&);
void update_hovered_component(const Gfx::IntPoint&);
int m_min { 0 };
int m_max { 0 };