do not show the preview label since this is not relevant and only slows down the test
svn path=/trunk/kdebase/kwin/; revision=396656
This commit is contained in:
parent
f80d4f2160
commit
721415e1fc
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ void KDecorationPreviewBridge::setMask( const QRegion& reg, int mode )
|
|||
|
||||
bool KDecorationPreviewBridge::isPreview() const
|
||||
{
|
||||
return true;
|
||||
return false;
|
||||
}
|
||||
|
||||
QRect KDecorationPreviewBridge::geometry() const
|
||||
|
|
Loading…
Reference in a new issue