From 80757b158f5fe3ddf2836c8f819c106290f72387 Mon Sep 17 00:00:00 2001 From: Hugo Pereira Da Costa Date: Wed, 28 Jul 2010 02:23:14 +0000 Subject: [PATCH] more cliprect fixing svn path=/trunk/KDE/kdebase/workspace/; revision=1155774 --- clients/oxygen/oxygenclient.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clients/oxygen/oxygenclient.h b/clients/oxygen/oxygenclient.h index 2427254f9d..54fecc845e 100644 --- a/clients/oxygen/oxygenclient.h +++ b/clients/oxygen/oxygenclient.h @@ -210,7 +210,7 @@ namespace Oxygen //! triggers widget update in titleRect only /*! one needs to add the title top margin to avoid some clipping glitches */ void updateTitleRect( void ) - { widget()->update( titleRect().adjusted( 0, -layoutMetric( LM_TitleEdgeTop ), 0, 0 ) ); } + { widget()->update( titleRect().adjusted( 0, -layoutMetric( LM_TitleEdgeTop ), 0, 1 ) ); } protected: