mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 21:07:36 +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
|
@ -36,7 +36,7 @@ public:
|
|||
virtual void on_keyup(GUI::KeyEvent&) override;
|
||||
virtual void on_second_paint(Layer const*, GUI::PaintEvent&) override;
|
||||
virtual ErrorOr<GUI::Widget*> get_properties_widget() override;
|
||||
virtual Variant<Gfx::StandardCursor, NonnullRefPtr<Gfx::Bitmap>> cursor() override;
|
||||
virtual Variant<Gfx::StandardCursor, NonnullRefPtr<Gfx::Bitmap const>> cursor() override;
|
||||
virtual bool is_overriding_alt() override { return true; }
|
||||
LayerSelectionMode layer_selection_mode() const { return m_layer_selection_mode; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue