more cliprect fixing
svn path=/trunk/KDE/kdebase/workspace/; revision=1155774
This commit is contained in:
parent
36073d738a
commit
80757b158f
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ namespace Oxygen
|
||||||
//! triggers widget update in titleRect only
|
//! triggers widget update in titleRect only
|
||||||
/*! one needs to add the title top margin to avoid some clipping glitches */
|
/*! one needs to add the title top margin to avoid some clipping glitches */
|
||||||
void updateTitleRect( void )
|
void updateTitleRect( void )
|
||||||
{ widget()->update( titleRect().adjusted( 0, -layoutMetric( LM_TitleEdgeTop ), 0, 0 ) ); }
|
{ widget()->update( titleRect().adjusted( 0, -layoutMetric( LM_TitleEdgeTop ), 0, 1 ) ); }
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue