SVN commit 1011863 by gopala: Sync drawing of Initial activity with that in trunk. M +1 -0 activitywidget.cpp --- branches/work/soc-umbrello/umbrello/widgets/activitywidget.cpp #1011862:1011863 @@ -107,6 +107,7 @@ break; case Initial: + p->setBrush(QBrush(lineColor())); p->drawEllipse(r); break;