Again, a patch by Wilfried Huss:

Make the menu button fade out like the other buttons.

svn path=/trunk/kdeartwork/kwin-styles/plastik/; revision=308892
icc-effect-5.14.5
Sandro Giessl 2004-05-05 18:24:39 +00:00
parent b20cf8bf18
commit 4b22ed1d20
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ void PlastikButton::drawButton(QPainter *painter)
// fill with the titlebar background
bP.drawTiledPixmap(0, 0, width(), width(), backgroundTile);
if (! (m_type == MenuButton && !hover) ) {
if (m_type != MenuButton || hover || animProgress != 0) {
// contour
bP.setPen(contourTop);
bP.drawLine(r.x()+2, r.y(), r.right()-2, r.y() );