mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-20 17:50:49 +01:00
Always show the POI labels in zooms > 25
This commit is contained in:
parent
3972bb25e0
commit
9eee3b456f
@ -435,7 +435,8 @@ void RasterTile::processPoints(QList<TextItem*> &textItems)
|
||||
? 0 : &(point.label.text());
|
||||
const QImage *img = style.img().isNull() ? 0 : &style.img();
|
||||
const QFont *fnt = poi
|
||||
? poiFont(style.textFontSize()) : font(style.textFontSize());
|
||||
? poiFont(_zoom > 25 ? Style::Normal : style.textFontSize())
|
||||
: font(style.textFontSize());
|
||||
const QColor *color = style.textColor().isValid()
|
||||
? &style.textColor() : &textColor;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user