mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-14 04:10:31 +02:00
Wechsel Rechner
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
#include "Tool/IntelliToolRectangle.h"
|
||||
#include "Tool/IntelliToolFloodFill.h"
|
||||
#include "Tool/IntelliToolPolygon.h"
|
||||
#include "Tool/IntelliToolGradient.h"
|
||||
#include "GUI/IntelliPhotoGui.h"
|
||||
|
||||
LayerObject::LayerObject(){
|
||||
@@ -38,9 +39,8 @@ LayerObject::LayerObject(const LayerObject& layer){
|
||||
|
||||
PaintingArea::PaintingArea(int maxWidth, int maxHeight, QWidget*parent)
|
||||
: QLabel(parent){
|
||||
this->Tool = nullptr;
|
||||
this->Tool = new IntelliToolGradient(this,&colorPicker,&Toolsettings);
|
||||
this->setLayerDimensions(maxWidth, maxHeight);
|
||||
|
||||
activeLayer = -1;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user