Skip to content

Commit

Permalink
Merge pull request #4724 from Syres916/patch-15
Browse files Browse the repository at this point in the history
[Techdraw] Fix minor bug changing Image Crop...
  • Loading branch information
yorikvanhavre committed Apr 22, 2021
2 parents b7aee7b + 37b65d0 commit d775aa9
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 d775aa9

Please sign in to comment.