ui: Fixed edge drawn wrong when leaving from child nod of smaller node

This commit is contained in:
Eberhard Graether
2016-05-27 12:06:16 +02:00
parent 4e08d86602
commit 6165d2fffa
+2 -2
View File
@@ -380,8 +380,8 @@ QPolygon QtAngledLineItem::getPath() const
{
io = (io + 2) % 4;
c = QPoint(o[io].x, o[io].y);
d = QPoint(oP[io].x, oP[io].y);
d = QPoint(o[io].x, o[io].y);
c = QPoint(oP[io].x, oP[io].y);
switch (io)
{