ungrab focus, before fading out
This commit is contained in:
parent
d600cef858
commit
d968b20199
@ -233,6 +233,9 @@ void QskPopup::setOpen( bool on )
|
||||
else
|
||||
Q_EMIT closed();
|
||||
|
||||
if ( !on )
|
||||
grabFocus( false );
|
||||
|
||||
qskStartFading( this, on );
|
||||
|
||||
if ( isFading() )
|
||||
|
Loading…
x
Reference in New Issue
Block a user