mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 03:29:16 +02:00
Fix multiple MSVC warnings
This commit is contained in:
@ -45,7 +45,7 @@ static void setAreaProperties(Area &area, const QJsonValue &properties)
|
||||
if (o["fill-opacity"].isDouble())
|
||||
fillColor.setAlphaF(o["fill-opacity"].toDouble());
|
||||
else
|
||||
fillColor.setAlphaF(0.6);
|
||||
fillColor.setAlphaF(0.6f);
|
||||
}
|
||||
|
||||
area.setStyle(PolygonStyle(fillColor, strokeColor, strokeWidth));
|
||||
|
Reference in New Issue
Block a user