[Uml-devel] kdesdk/umbrello/umbrello

Brian Thomas thomas at mail630.gsfc.nasa.gov
Mon Jun 16 11:42:24 UTC 2003


CVS commit by thomas: 

bug fix: when creating from assocWidgetData, missing merge call with internal UMLAssociation object. As a result, UMLAssociation object out of sync with associaitonwidget data. Now fixed, and code generation can be done properly


  M +4 -0      associationwidget.cpp   1.19


--- kdesdk/umbrello/umbrello/associationwidget.cpp  #1.18:1.19
@@ -34,4 +34,8 @@ AssociationWidget::AssociationWidget(QWi
         init(parent);
 
+        // sync UML meta-data to settings in associationwidgetdata
+        // (e.g. that thing we just grew out of) alongside of our UMLAssociation
+        mergeAssociationDataIntoUMLRepresentation();
+
         connect(m_pView, SIGNAL(sigRemovePopupMenu()), this, SLOT(slotRemovePopupMenu()));
         connect(m_pView, SIGNAL( sigClearAllSelected() ), this, SLOT( slotClearAllSelected() ) );






More information about the umbrello-devel mailing list