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
|
||||
window in the window wrapper. Alo takes care of deiconification of
|
||||
window in the window wrapper. Also takes care of deiconification of
|
||||
transients.
|
||||
*/
|
||||
void Client::show()
|
||||
{
|
||||
QWidget::show();
|
||||
if ( isIconified() && !isTransient() )
|
||||
animateIconifyOrDeiconify( FALSE );
|
||||
QWidget::show();
|
||||
setMappingState( NormalState );
|
||||
windowWrapper()->map();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue