mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 14:37:45 +00:00
PixelPaint: Add a Selection class (ImageEditor has a Selection)
This will represent a complex, region-based selection in the future. For now though, it's just a simple rectangle. :^)
This commit is contained in:
parent
96b52f13e4
commit
1b897ec561
6 changed files with 61 additions and 0 deletions
|
@ -21,6 +21,7 @@ set(SOURCES
|
|||
PixelPaintWindowGML.h
|
||||
RectangleTool.cpp
|
||||
RectangleSelectTool.cpp
|
||||
Selection.cpp
|
||||
SprayTool.cpp
|
||||
ToolboxWidget.cpp
|
||||
ToolPropertiesWidget.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue