mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
LibGUI: Make ResizeCorner theme-aware
This commit is contained in:
parent
4d8547d112
commit
fc24b2b57d
Notes:
sideshowbarker
2024-07-19 09:17:04 +09:00
Author: https://github.com/xTibor
Commit: fc24b2b57d
Pull-request: https://github.com/SerenityOS/serenity/pull/1226
3 changed files with 53 additions and 7 deletions
|
@ -40,9 +40,6 @@ protected:
|
|||
virtual void mousedown_event(MouseEvent&) override;
|
||||
virtual void enter_event(Core::Event&) override;
|
||||
virtual void leave_event(Core::Event&) override;
|
||||
|
||||
private:
|
||||
RefPtr<Gfx::Bitmap> m_bitmap;
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue