Skip to content

Commit

Permalink
[Techdraw] Fix minor bug changing Image Crop...
Browse files Browse the repository at this point in the history
... 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)
  • Loading branch information
Syres916 committed Apr 9, 2021
1 parent cc0af9b commit 37b65d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/Gui/QGIViewImage.cpp
Expand Up @@ -135,7 +135,7 @@ void QGIViewImage::draw()
}
m_cliparea->centerAt(0.0,0.0);

QGIView::draw();
drawImage();
}

void QGIViewImage::drawImage()
Expand Down

0 comments on commit 37b65d0

Please sign in to comment.