From 5dc4200cdc76059e27707f645ba6aa4b7b57b6e2 Mon Sep 17 00:00:00 2001 From: Uwe Rathmann Date: Wed, 1 Jun 2022 18:29:05 +0200 Subject: [PATCH] typo fixed --- src/nodes/QskPaintedNode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ) ) {