mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:57:44 +00:00
Add a simple spray fill tool
Could do with some more tweaking no doubt, and it'd be nice to have a circular spray, but this is better than nothing.
This commit is contained in:
parent
940eb1bbeb
commit
502c54e39a
11 changed files with 143 additions and 32 deletions
|
@ -7,7 +7,7 @@ public:
|
|||
BucketTool();
|
||||
virtual ~BucketTool() override;
|
||||
|
||||
virtual void on_mousedown(PaintableWidget&, GMouseEvent&) override;
|
||||
virtual void on_mousedown(GMouseEvent&) override;
|
||||
|
||||
private:
|
||||
virtual const char* class_name() const override { return "BucketTool"; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue