mirror of
https://github.com/creyD/intelliphoto.git
synced 2026-04-15 04:40:37 +02:00
ednungs check
This commit is contained in:
@@ -436,6 +436,10 @@ QImage PaintingArea::getImageDataOfActiveLayer(){
|
||||
return returnImage;
|
||||
}
|
||||
|
||||
std::vector<LayerObject>* PaintingArea::getLayerBundle(){
|
||||
return &layerBundle;
|
||||
}
|
||||
|
||||
void PaintingArea::updateTools(){
|
||||
if(Tool!=nullptr) {
|
||||
if(Tool->getIsDrawing()) {
|
||||
|
||||
Reference in New Issue
Block a user