Fix Unrequested Page Zoom
- Page zoomed out after updating editable text.
This commit is contained in:
@@ -198,7 +198,6 @@ void MDIViewPage::matchSceneRectToTemplate(void)
|
||||
double width = Rez::guiX(pageTemplate->Width.getValue());
|
||||
double height = Rez::guiX(pageTemplate->Height.getValue());
|
||||
m_view->scene()->setSceneRect(QRectF(-width,-2.0 * height,3.0*width,3.0*height));
|
||||
viewAll();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user