From 78b589432311a73a96fa668caaad290bbee39a8e Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Sun, 17 Oct 2004 11:31:37 +0000 Subject: [PATCH] Aaron has a point. This kind of things a CVS log isn't obvious enough. ;) svn path=/trunk/kdebase/kwin/; revision=355244 --- clients/plastik/plastikclient.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/clients/plastik/plastikclient.cpp b/clients/plastik/plastikclient.cpp index 6f6f44f38f..22e576ade3 100644 --- a/clients/plastik/plastikclient.cpp +++ b/clients/plastik/plastikclient.cpp @@ -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(); }