diff options
Diffstat (limited to 'src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp')
-rw-r--r-- | src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp b/src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp index e651eadac2..4866cf3bf1 100644 --- a/src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp +++ b/src/quick/scenegraph/adaptations/software/qsgsoftwareinternalrectanglenode.cpp @@ -15,9 +15,9 @@ QSGSoftwareInternalRectangleNode::QSGSoftwareInternalRectangleNode() , m_topRightRadius(0) , m_bottomLeftRadius(0) , m_bottomRightRadius(0) + , m_devicePixelRatio(1) , m_vertical(true) , m_cornerPixmapIsDirty(true) - , m_devicePixelRatio(1) , m_isTopLeftRadiusSet(false) , m_isTopRightRadiusSet(false) , m_isBottomLeftRadiusSet(false) |