[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello

Oliver Kellogg okellogg at users.sourceforge.net
Sun Sep 11 10:46:25 UTC 2005


SVN commit 459713 by okellogg:

createAssocClassLine(): Use UMLWidget::getLine{Color,Width} for the pen.

 M  +1 -1      associationwidget.cpp  


--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #459712:459713
@@ -2117,7 +2117,7 @@
     if (m_pAssocClassLine == NULL)
         m_pAssocClassLine = new QCanvasLine(m_pView->canvas());
     computeAssocClassLine();
-    QPen pen(m_pView->getLineColor(), m_pView->getLineWidth(), DashLine);
+    QPen pen(getLineColor(), getLineWidth(), DashLine);
     m_pAssocClassLine->setPen(pen);
     m_pAssocClassLine->setVisible(true);
 }




More information about the umbrello-devel mailing list