all benchmark just polygon interrupt missing

This commit is contained in:
Jonas Mucke
2020-01-15 18:09:23 +01:00
parent 84f6bc84da
commit d17bf4850c
5 changed files with 734 additions and 15 deletions

View File

@@ -5,9 +5,9 @@ IntelliTool::IntelliTool(PaintingArea* Area, IntelliColorPicker* colorPicker, In
this->Area=Area;
this->colorPicker=colorPicker;
this->Toolsettings=Toolsettings;
this->isDrawing = false;
}
IntelliTool::~IntelliTool(){
}