|
|
|
@ -164,7 +164,7 @@ void KSystemTray2::displayCloseMessage(TQString fileMenu)
|
|
|
|
|
painter.setPen( TQPen(KApplication::palette().active().dark(), CIRCLE_WIDTH) );
|
|
|
|
|
painter.drawArc(ax + SHADOW_OFFSET, ay + SHADOW_OFFSET,
|
|
|
|
|
tw + 2*CIRCLE_MARGINS, th + 2*CIRCLE_MARGINS, 0, 16*360);
|
|
|
|
|
painter.setPen( TQPen(TQt::red/*KApplication::tqpalette().active().highlight()*/, CIRCLE_WIDTH) );
|
|
|
|
|
painter.setPen( TQPen(TQt::red/*KApplication::palette().active().highlight()*/, CIRCLE_WIDTH) );
|
|
|
|
|
painter.drawArc(ax, ay, tw + 2*CIRCLE_MARGINS, th + 2*CIRCLE_MARGINS, 0, 16*360);
|
|
|
|
|
#if 1
|
|
|
|
|
// Draw the pixmap over the screenshot in case a window hide the icon:
|
|
|
|
|