typo fixed
This commit is contained in:
parent
a35cc9936a
commit
5dc4200cdc
@ -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 ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user