HEAD needs one more fix for #55510.
svn path=/trunk/kdebase/kwin/; revision=212846
This commit is contained in:
parent
20932da805
commit
bc4d2d507a
1 changed files with 1 additions and 1 deletions
|
@ -2121,7 +2121,7 @@ void Client::closeWindow()
|
|||
if( isNormalWindow())
|
||||
Events::raise( Events::Delete );
|
||||
XKillClient(qt_xdisplay(), win );
|
||||
workspace()->destroyClient( this );
|
||||
QTimer::singleShot( 0, this, SLOT( destroyClient()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue