my "no unmanaged windows" fix broke the unminimize animation. Works now
again. svn path=/trunk/kdebase/kwin/; revision=68107
This commit is contained in:
parent
a74ed42f17
commit
80b57294e1
1 changed files with 2 additions and 2 deletions
|
@ -1519,14 +1519,14 @@ void Client::move( int x, int y )
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
Reimplemented to set the mapping state and to map the managed
|
Reimplemented to set the mapping state and to map the managed
|
||||||
window in the window wrapper. Alo takes care of deiconification of
|
window in the window wrapper. Also takes care of deiconification of
|
||||||
transients.
|
transients.
|
||||||
*/
|
*/
|
||||||
void Client::show()
|
void Client::show()
|
||||||
{
|
{
|
||||||
QWidget::show();
|
|
||||||
if ( isIconified() && !isTransient() )
|
if ( isIconified() && !isTransient() )
|
||||||
animateIconifyOrDeiconify( FALSE );
|
animateIconifyOrDeiconify( FALSE );
|
||||||
|
QWidget::show();
|
||||||
setMappingState( NormalState );
|
setMappingState( NormalState );
|
||||||
windowWrapper()->map();
|
windowWrapper()->map();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue