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(); }