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

Gopala Krishna A krishna.ggk at gmail.com
Sat Aug 30 13:00:05 UTC 2008


SVN commit 854854 by gopala:

NewUMLRectWidget should now also set its margin to all the TextItemGroup it creates.



 M  +1 -0      newumlrectwidget.cpp  


--- branches/work/soc-umbrello/umbrello/newumlrectwidget.cpp #854853:854854
@@ -377,6 +377,7 @@
 TextItemGroup* NewUMLRectWidget::createTextItemGroup()
 {
     TextItemGroup *newGrp = new TextItemGroup(this);
+    newGrp->setMargin(margin());
     m_textItemGroups.append(newGrp);
     return newGrp;
 }




More information about the umbrello-devel mailing list