From f26bd13fa592b48ecaaaa42f81a60a0c4da186e0 Mon Sep 17 00:00:00 2001 From: Sonaion Date: Mon, 9 Dec 2019 15:45:05 +0100 Subject: [PATCH] Documentation -Update --- src/Painting/Layer/PaintingArea.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Painting/Layer/PaintingArea.cpp b/src/Painting/Layer/PaintingArea.cpp index ac898f1..e68498a 100644 --- a/src/Painting/Layer/PaintingArea.cpp +++ b/src/Painting/Layer/PaintingArea.cpp @@ -233,7 +233,7 @@ void PaintingArea::paintEvent(QPaintEvent *event) // to cut down on the need to resize the image void PaintingArea::resizeEvent(QResizeEvent *event) { - //TODO Doesnt quit work + //TODO wait till tool works update(); } @@ -252,7 +252,6 @@ void PaintingArea::assembleLayers(bool forSaving){ }else{ Canvas->fill(Qt::GlobalColor::black); } - //TODO interpolation of alpha for saving for(size_t i=0; igetDisplayable(layer.alpha);