mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:17:45 +00:00
LibGUI: Highlight the GSplitter when hovering over it.
This commit is contained in:
parent
74786f2d5a
commit
9ac5909394
2 changed files with 14 additions and 0 deletions
|
@ -11,6 +11,8 @@ protected:
|
|||
virtual void mousedown_event(GMouseEvent&) override;
|
||||
virtual void mousemove_event(GMouseEvent&) override;
|
||||
virtual void mouseup_event(GMouseEvent&) override;
|
||||
virtual void enter_event(GEvent&) override;
|
||||
virtual void leave_event(GEvent&) override;
|
||||
|
||||
private:
|
||||
Orientation m_orientation;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue