CVS_SILENT
Fixed typo in a comment, reworded one of my notes svn path=/trunk/kdebase/kwin/; revision=255712
This commit is contained in:
parent
ea9742f367
commit
2e42c39a74
1 changed files with 2 additions and 2 deletions
|
@ -572,12 +572,12 @@ void B2Client::resizeEvent(QResizeEvent * /*e*/)
|
||||||
titlebar->layout()->activate();
|
titlebar->layout()->activate();
|
||||||
positionButtons();
|
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 */
|
was moved, so instead of reducing it, we first try to move it */
|
||||||
titleMoveAbs(bar_x_ofs);
|
titleMoveAbs(bar_x_ofs);
|
||||||
doShape();
|
doShape();
|
||||||
|
|
||||||
widget()->repaint(); //there is some strange wrong repaint of the frame without
|
widget()->repaint(); // the frame is misrendered without this
|
||||||
}
|
}
|
||||||
|
|
||||||
void B2Client::captionChange()
|
void B2Client::captionChange()
|
||||||
|
|
Loading…
Reference in a new issue