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:
Sandro Giessl 2004-10-17 11:31:37 +00:00
parent 3e88c13677
commit 78b5894323

View file

@ -119,6 +119,9 @@ bool PlastikClient::isTool()
void PlastikClient::resizeEvent()
{
doShape();
// FIXME: don't update() here! this would result in two paintEvent()s
// because there is already "something" else triggering the repaint...
// widget()->update();
}