CVS_SILENT

Fixed typo in a comment, reworded one of my notes

svn path=/trunk/kdebase/kwin/; revision=255712
This commit is contained in:
Luciano Montanaro 2003-10-02 16:52:20 +00:00
parent ea9742f367
commit 2e42c39a74

View file

@ -572,12 +572,12 @@ void B2Client::resizeEvent(QResizeEvent * /*e*/)
titlebar->layout()->activate();
positionButtons();
/* may be the resize cuted off some space occupied by titlebar, which
/* may be the resize cut off some space occupied by titlebar, which
was moved, so instead of reducing it, we first try to move it */
titleMoveAbs(bar_x_ofs);
doShape();
widget()->repaint(); //there is some strange wrong repaint of the frame without
widget()->repaint(); // the frame is misrendered without this
}
void B2Client::captionChange()