mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
MouseSettings: Get highlight preview cursor via cursor theme Config.ini
Fixes #14200
This commit is contained in:
parent
a0bea0b86f
commit
d116fc01e8
2 changed files with 23 additions and 2 deletions
|
@ -33,6 +33,8 @@ public:
|
|||
private:
|
||||
explicit HighlightPreviewWidget(Gfx::Palette const& palette);
|
||||
|
||||
ErrorOr<void> reload_cursor();
|
||||
|
||||
RefPtr<Gfx::Bitmap> m_cursor_bitmap;
|
||||
|
||||
int m_radius { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue