mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
LibGUI: Use widget override cursors in GUI::ResizeCorner
This commit is contained in:
parent
8f5b92865d
commit
69adaf3308
2 changed files with 1 additions and 14 deletions
|
@ -40,8 +40,6 @@ protected:
|
|||
|
||||
virtual void paint_event(PaintEvent&) override;
|
||||
virtual void mousedown_event(MouseEvent&) override;
|
||||
virtual void enter_event(Core::Event&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue