SVN commit 831731 by gopala:
Removed redundant setPen
M +0 -1 activitywidget.cpp
--- branches/work/soc-umbrello/umbrello/activitywidget.cpp #831730:831731
@@ -137,7 +137,6 @@
break;
case Invok :
- p->setPen(QPen(lineColor(), lineWidth()));
p->drawRoundRect(r, (h * 60) / w, 60);
{
qreal x = w - (w/5);