[Techdraw] Fix minor bug changing Image Crop...

... from True to False does not fill image view box only approx three quarters.
This was found testing reported issue https://forum.freecadweb.org/viewtopic.php?f=35&t=57537 (otherwise it works as @wandererfan expected)
This commit is contained in:
Syres916
2021-04-09 10:23:29 +01:00
committed by GitHub
parent cc0af9b4dd
commit 37b65d0865

View File

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