From 721415e1fc20466a649a08ac3eaced343f69824a Mon Sep 17 00:00:00 2001 From: Sandro Giessl Date: Fri, 11 Mar 2005 14:31:45 +0000 Subject: [PATCH] do not show the preview label since this is not relevant and only slows down the test svn path=/trunk/kdebase/kwin/; revision=396656 --- tools/decobenchmark/preview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/decobenchmark/preview.cpp b/tools/decobenchmark/preview.cpp index e8920c6a57..9d6c35e688 100644 --- a/tools/decobenchmark/preview.cpp +++ b/tools/decobenchmark/preview.cpp @@ -293,7 +293,7 @@ void KDecorationPreviewBridge::setMask( const QRegion& reg, int mode ) bool KDecorationPreviewBridge::isPreview() const { - return true; + return false; } QRect KDecorationPreviewBridge::geometry() const