fixed glitch in transition from active to inactive in outline mode and non-tabbed window
svn path=/trunk/KDE/kdebase/workspace/; revision=1051757
This commit is contained in:
parent
e072892bae
commit
d5d0e8762a
1 changed files with 1 additions and 1 deletions
|
@ -908,7 +908,7 @@ namespace Oxygen
|
||||||
|
|
||||||
renderTitleOutline( painter, item.boundingRect_, palette );
|
renderTitleOutline( painter, item.boundingRect_, palette );
|
||||||
|
|
||||||
} else if( isActive() && configuration().drawTitleOutline() ) {
|
} else if( (isActive()||glowIsAnimated()) && configuration().drawTitleOutline() ) {
|
||||||
|
|
||||||
// adjusts boundingRect accordingly
|
// adjusts boundingRect accordingly
|
||||||
QRect boundingRect( item.boundingRect_ );
|
QRect boundingRect( item.boundingRect_ );
|
||||||
|
|
Loading…
Reference in a new issue