no animtors for invisible windows
This commit is contained in:
parent
9fee8c50b5
commit
c37a99e059
@ -619,6 +619,9 @@ void QskSkinTransition::process()
|
||||
{
|
||||
if ( auto quickWindow = qobject_cast< QQuickWindow* >( window ) )
|
||||
{
|
||||
if ( !quickWindow->isVisible() )
|
||||
continue;
|
||||
|
||||
auto* group = new AnimatorGroup( quickWindow );
|
||||
|
||||
if ( doGraphicFilter )
|
||||
|
Loading…
x
Reference in New Issue
Block a user