1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

PixelPaint: Add selection functionality to the LayerListWidget

Now we can get rid of the old table view and with it the LayerModel.
This commit is contained in:
Andreas Kling 2020-05-26 09:51:28 +02:00
parent e4b11a23b7
commit 18d68c8c94
10 changed files with 77 additions and 185 deletions

View file

@ -7,7 +7,6 @@ set(SOURCES
ImageEditor.cpp
Layer.cpp
LayerListWidget.cpp
LayerModel.cpp
LineTool.cpp
main.cpp
MoveTool.cpp