Merge branch 'master' into features/drawer
This commit is contained in:
commit
e14c72eca4
|
@ -234,6 +234,9 @@ void QskPopup::setOpen( bool on )
|
|||
else
|
||||
Q_EMIT closed();
|
||||
|
||||
if ( !on )
|
||||
grabFocus( false );
|
||||
|
||||
qskStartFading( this, on );
|
||||
|
||||
if ( isFading() )
|
||||
|
|
Loading…
Reference in New Issue