use correct palette for rendering window border
svn path=/trunk/KDE/kdebase/workspace/; revision=1021620
This commit is contained in:
parent
4e60677a84
commit
9e1f8372d1
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ namespace Nitrogen
|
|||
|
||||
client_.renderWindowBackground( &painter, rect(), this, palette );
|
||||
if( client_.isActive() && client_.configuration().drawTitleOutline() && !client_.isMaximized() )
|
||||
{ client_.renderWindowBorder( &painter, rect(), this, palette ); }
|
||||
{ client_.renderWindowBorder( &painter, rect(), this, client_.backgroundPalette( this, palette ) ); }
|
||||
|
||||
// draw dividing line
|
||||
painter.setRenderHints(QPainter::Antialiasing);
|
||||
|
|
Loading…
Reference in a new issue