Merge pull request #4724 from Syres916/patch-15

[Techdraw] Fix minor bug changing Image Crop...
This commit is contained in:
Yorik van Havre
2021-04-22 10:59:23 +02:00
committed by GitHub

View File

@@ -135,7 +135,7 @@ void QGIViewImage::draw()
}
m_cliparea->centerAt(0.0,0.0);
QGIView::draw();
drawImage();
}
void QGIViewImage::drawImage()