1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-11-24 03:35:53 +01:00

Added missing hillshading cleanup

This commit is contained in:
Martin Tůma 2024-11-03 17:59:25 +01:00
parent b721a829b2
commit 9a8070bd06

View File

@ -770,6 +770,7 @@ void Style::clear()
_areaLabels = QList<TextRender>();
_symbols = QList<Symbol>();
_lineSymbols = QList<Symbol>();
_hillShading = HillShadingRender();
}
QList<const Style::PathRender *> Style::paths(int zoom, bool closed,