[Uml-devel] branches/work/soc-umbrello/umbrello/widgets

Gopala Krishna A krishna.ggk at gmail.com
Tue Aug 18 04:06:18 UTC 2009


SVN commit 1012797 by gopala:

Add the newly created FloatingDashLineWidget to WidgetList of UMLScene.


 M  +3 -0      combinedfragmentwidget.cpp  


--- branches/work/soc-umbrello/umbrello/widgets/combinedfragmentwidget.cpp #1012796:1012797
@@ -500,6 +500,9 @@
     flt->setLineWidth(lineWidth());
     flt->setFontColor(fontColor());
     flt->setFont(font());
+    if (umlScene()) {
+        umlScene()->addWidget(flt);
+    }
 }
 
 /**




More information about the umbrello-devel mailing list