mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 19:55:53 +01:00
Fixed cut&paste error
This commit is contained in:
parent
aba78f3baa
commit
a20fd3e474
@ -459,7 +459,7 @@ void RGNFile::extObjects(const RectC &rect, const SubDiv *subdiv, LBLFile *lbl,
|
|||||||
quint32 start = _pointsOffset + subdiv->pointsOffset();
|
quint32 start = _pointsOffset + subdiv->pointsOffset();
|
||||||
quint32 end = subdiv->pointsEnd()
|
quint32 end = subdiv->pointsEnd()
|
||||||
? _pointsOffset + subdiv->pointsEnd()
|
? _pointsOffset + subdiv->pointsEnd()
|
||||||
: _pointsOffset + _linesSize;
|
: _pointsOffset + _pointsSize;
|
||||||
extPointObjects(rect, rgnHdl, subdiv, Segment(start, end,
|
extPointObjects(rect, rgnHdl, subdiv, Segment(start, end,
|
||||||
Segment::Point), lbl, lblHdl, points);
|
Segment::Point), lbl, lblHdl, points);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user