mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibGUI: Extract ScrollBar::update_hovered_component() method
This commit is contained in:
parent
bf0b5c3c5a
commit
b96759930d
2 changed files with 7 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue