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

Ralf Habacker ralf.habacker at gmail.com
Wed Mar 7 19:38:28 UTC 2012


SVN commit 1284128 by habacker:

Compile fix.

 M  +1 -1      layoutgenerator.h  


--- trunk/KDE/kdesdk/umbrello/umbrello/layoutgenerator.h #1284127:1284128
@@ -213,7 +213,7 @@
             while(path->count() > 1) {
                 path->removePoint(0);
             }
-            path->setStartEndPoints(QPoint(p[0].x() + m_origin.x(), m_boundingRect.height() - p[0].y() + m_origin.y()), QPoint(p[len-1].x() + m_origin.x(), m_boundingRect.height() - p[len-1].y() + m_origin.y()));
+            path->setEndPoints(QPoint(p[0].x() + m_origin.x(), m_boundingRect.height() - p[0].y() + m_origin.y()), QPoint(p[len-1].x() + m_origin.x(), m_boundingRect.height() - p[len-1].y() + m_origin.y()));
             // FIXME: set label position
             //QPointF &l = m_edgeLabelPosition[id];
             // FIXME: set remaining association line points




More information about the umbrello-devel mailing list