1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:07:44 +00:00

LibGUI: Make ResizeCorner theme-aware

This commit is contained in:
Tibor Nagy 2020-02-16 07:03:23 +01:00 committed by Andreas Kling
parent 4d8547d112
commit fc24b2b57d
3 changed files with 53 additions and 7 deletions

View file

@ -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;
};
}