diff --git a/src/nodes/QskPaintedNode.cpp b/src/nodes/QskPaintedNode.cpp index 8f505caf..beedd175 100644 --- a/src/nodes/QskPaintedNode.cpp +++ b/src/nodes/QskPaintedNode.cpp @@ -122,7 +122,7 @@ void QskPaintedNode::setMirrored( Qt::Orientations orientations ) { if ( orientations != m_mirrored ) { - m_mirrored == orientations; + m_mirrored = orientations; if ( auto imageNode = findImageNode( this ) ) {