Fix for method Crossing.

--HG--
branch : feature
This commit is contained in:
dismine 2015-01-19 20:07:32 +02:00
parent 366519781b
commit 2355e435a5

View File

@ -518,7 +518,7 @@ VLayoutPaper::CrossingType VLayoutPaper::Crossing(const VLayoutDetail &detail, c
if (type == QLineF::BoundedIntersection) if (type == QLineF::BoundedIntersection)
{ {
if (TrueIntersection(globalEdge, detailEdge, xPoint)) if (TrueIntersection(GlobalEdge(globalI), detail.Edge(detailI), xPoint))
{ {
return CrossingType::Intersection; return CrossingType::Intersection;
} }