In some correct cases it is normal do not have intersection.
--HG-- branch : develop
This commit is contained in:
parent
7f2546d02c
commit
f823040725
|
@ -252,7 +252,6 @@ QPointF VGObject::LineIntersectRect(const QRectF &rec, const QLineF &line)
|
|||
{
|
||||
return point;
|
||||
}
|
||||
Q_ASSERT_X(type == QLineF::BoundedIntersection, Q_FUNC_INFO, "There is no point of intersection.");
|
||||
return point;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user