Small repaint fix
svn path=/trunk/kdebase/kwin/; revision=96611
This commit is contained in:
parent
e3766f1c3b
commit
d551bc8c15
1 changed files with 1 additions and 3 deletions
|
@ -382,9 +382,7 @@ void KWMThemeClient::resizeEvent( QResizeEvent* e)
|
|||
{
|
||||
Client::resizeEvent( e );
|
||||
doShape();
|
||||
if ( isVisibleToTLW() && !testWFlags( WNorthWestGravity )) {
|
||||
repaint(); // ugh! Not even this works...
|
||||
}
|
||||
repaint();
|
||||
}
|
||||
|
||||
void KWMThemeClient::captionChange( const QString& )
|
||||
|
|
Loading…
Reference in a new issue