From ce331cafa8f0f57935f0103e0cd16f049ed63c8c Mon Sep 17 00:00:00 2001 From: Sonaion Date: Fri, 13 Dec 2019 13:24:42 +0100 Subject: [PATCH] testing for tools --- src/Layer/PaintingArea.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Layer/PaintingArea.cpp b/src/Layer/PaintingArea.cpp index f38ad31..a5eb6a3 100644 --- a/src/Layer/PaintingArea.cpp +++ b/src/Layer/PaintingArea.cpp @@ -17,7 +17,8 @@ PaintingArea::PaintingArea(int maxWidth, int maxHeight, QWidget *parent) :QWidget(parent){ - this->Tool = new IntelliToolCircle(this, &colorPicker); + //test yout tool here and reset after accomplished test + this->Tool = nullptr; this->setUp(maxWidth, maxHeight); //tetsing this->addLayer(200,200,0,0,ImageType::Shaped_Image);