typo fixed
This commit is contained in:
parent
4cb9f84c0a
commit
5dd6d0b747
|
@ -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…
Reference in New Issue