Remove zooming from context view.

Closes #1545
This commit is contained in:
Craig Drummond
2019-10-28 16:00:24 +00:00
committed by Craig Drummond
parent 8ecda06a18
commit 69f687c162
7 changed files with 1 additions and 57 deletions

View File

@@ -35,7 +35,6 @@ TextBrowser::TextBrowser(QWidget *p)
, fullWidthImg(false)
, haveImg(false)
{
origZoomValue=font().pointSize();
}
// QTextEdit/QTextBrowser seems to do FastTransformation when scaling images, and this looks bad.