Aaron has a point. This kind of things a CVS log isn't obvious enough. ;)
svn path=/trunk/kdebase/kwin/; revision=355244
This commit is contained in:
parent
3e88c13677
commit
78b5894323
1 changed files with 3 additions and 0 deletions
|
@ -119,6 +119,9 @@ bool PlastikClient::isTool()
|
||||||
void PlastikClient::resizeEvent()
|
void PlastikClient::resizeEvent()
|
||||||
{
|
{
|
||||||
doShape();
|
doShape();
|
||||||
|
|
||||||
|
// FIXME: don't update() here! this would result in two paintEvent()s
|
||||||
|
// because there is already "something" else triggering the repaint...
|
||||||
// widget()->update();
|
// widget()->update();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue