Small repaint fix

svn path=/trunk/kdebase/kwin/; revision=96611
This commit is contained in:
Karol Szwed 2001-05-12 07:57:55 +00:00
parent e3766f1c3b
commit d551bc8c15

View file

@ -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& )