mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:17:35 +00:00
PixelPaint: Store tool cursors as NNRP<Gfx::Bitmap const>
This commit is contained in:
parent
65710bf3f7
commit
df07416171
24 changed files with 26 additions and 26 deletions
|
@ -187,7 +187,7 @@ private:
|
|||
|
||||
float m_pixel_grid_threshold { 15.0f };
|
||||
|
||||
Variant<Gfx::StandardCursor, NonnullRefPtr<Gfx::Bitmap>> m_active_cursor { Gfx::StandardCursor::None };
|
||||
Variant<Gfx::StandardCursor, NonnullRefPtr<Gfx::Bitmap const>> m_active_cursor { Gfx::StandardCursor::None };
|
||||
|
||||
bool m_loaded_from_image { true };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue