mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-18 11:52:08 +01:00
Fixed Qt5 build
This commit is contained in:
parent
7c1ed27781
commit
6493d10930
@ -199,7 +199,7 @@ void RasterTile::processAreaLabels(const QVector<PainterPath> &paths,
|
||||
const QColor *hColor = p.ti ? haloColor(p.ti) : 0;
|
||||
|
||||
QPainterPath rp;
|
||||
rp.addRect(_rect.toRectF());
|
||||
rp.addRect(_rect);
|
||||
QPointF pos = p.p->path->labelPos.isNull()
|
||||
? centroid(p.p->pp & rp) : ll2xy(p.p->path->labelPos);
|
||||
if (p.ti && p.lbl && set.contains(*p.lbl))
|
||||
|
Loading…
x
Reference in New Issue
Block a user