Forgot to commit this... actually add the edge to alt-tab's frame
svn path=/trunk/KDE/kdebase/workspace/; revision=704330
This commit is contained in:
parent
cc2600100c
commit
22d72c572a
1 changed files with 1 additions and 1 deletions
|
@ -435,7 +435,7 @@ void BoxSwitchEffect::paintFrame()
|
|||
{
|
||||
glPushAttrib( GL_CURRENT_BIT );
|
||||
glColor4f( color.redF(), color.greenF(), color.blueF(), color.alphaF());
|
||||
renderRoundBox( frame_area );
|
||||
renderRoundBoxWithEdge( frame_area );
|
||||
glPopAttrib();
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue