mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
PixelPaint: Allow modifiable thickness for RectangleTool :^)
This commit is contained in:
parent
9ed32582e2
commit
7263e57ce8
Notes:
sideshowbarker
2024-07-18 04:48:43 +09:00
Author: https://github.com/mustafaquraish
Commit: 7263e57ce8
Pull-request: https://github.com/SerenityOS/serenity/pull/9777
2 changed files with 19 additions and 1 deletions
|
@ -46,6 +46,7 @@ private:
|
|||
Gfx::IntPoint m_rectangle_end_position;
|
||||
FillMode m_fill_mode { FillMode::Outline };
|
||||
DrawMode m_draw_mode { DrawMode::FromCorner };
|
||||
int m_thickness { 1 };
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue