mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
PixelPaint: Add fill mode for the ellipse tool
Functionality was already there, just had to hook it up!
This commit is contained in:
parent
8293b22361
commit
4e6f03a860
2 changed files with 7 additions and 1 deletions
|
@ -27,7 +27,7 @@ public:
|
|||
private:
|
||||
enum class Mode {
|
||||
Outline,
|
||||
// FIXME: Add Mode::Fill
|
||||
Fill,
|
||||
};
|
||||
|
||||
void draw_using(GUI::Painter&, const Gfx::IntRect&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue