typo fixed

This commit is contained in:
Uwe Rathmann 2022-06-01 18:29:05 +02:00
parent a35cc9936a
commit 5dc4200cdc

View File

@ -122,7 +122,7 @@ void QskPaintedNode::setMirrored( Qt::Orientations orientations )
{ {
if ( orientations != m_mirrored ) if ( orientations != m_mirrored )
{ {
m_mirrored == orientations; m_mirrored = orientations;
if ( auto imageNode = findImageNode( this ) ) if ( auto imageNode = findImageNode( this ) )
{ {