Merge branch 'master' into features/drawer

This commit is contained in:
Uwe Rathmann 2023-11-05 13:39:19 +01:00
commit e14c72eca4
1 changed files with 3 additions and 0 deletions

View File

@ -234,6 +234,9 @@ void QskPopup::setOpen( bool on )
else else
Q_EMIT closed(); Q_EMIT closed();
if ( !on )
grabFocus( false );
qskStartFading( this, on ); qskStartFading( this, on );
if ( isFading() ) if ( isFading() )