Fix for method Crossing.
--HG-- branch : feature
This commit is contained in:
parent
366519781b
commit
2355e435a5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user