branch | GCC_SURGE |
changeset 31 | 5daf16870df6 |
parent 30 | 5dc02b23752f |
--- a/src/svg/qsvgtinydocument_p.h Mon Jun 21 22:38:13 2010 +0100 +++ b/src/svg/qsvgtinydocument_p.h Thu Jul 22 16:41:55 2010 +0100 @@ -173,9 +173,8 @@ inline QRectF QSvgTinyDocument::viewBox() const { - if (m_viewBox.isNull()) { - m_viewBox = transformedBounds(QTransform()); - } + if (m_viewBox.isNull()) + m_viewBox = transformedBounds(); return m_viewBox; }