deprecated--
svn path=/trunk/KDE/kdebase/workspace/; revision=542446
This commit is contained in:
parent
a9612d82d4
commit
bca812f10b
1 changed files with 1 additions and 1 deletions
|
@ -499,7 +499,7 @@ void RedmondDeco::paintEvent( QPaintEvent* )
|
|||
// ==============================================
|
||||
QPalette g = options()->palette(KDecoration::ColorFrame, isActive());
|
||||
g.setCurrentColorGroup( QPalette::Active );
|
||||
p.setPen( g.background() );
|
||||
p.setPen( g.background().color() );
|
||||
p.drawLine( x, y, x2-1, y );
|
||||
p.drawLine( x, y, x, y2-1 );
|
||||
|
||||
|
|
Loading…
Reference in a new issue