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:
parent
b721a829b2
commit
9a8070bd06
@ -770,6 +770,7 @@ void Style::clear()
|
|||||||
_areaLabels = QList<TextRender>();
|
_areaLabels = QList<TextRender>();
|
||||||
_symbols = QList<Symbol>();
|
_symbols = QList<Symbol>();
|
||||||
_lineSymbols = QList<Symbol>();
|
_lineSymbols = QList<Symbol>();
|
||||||
|
_hillShading = HillShadingRender();
|
||||||
}
|
}
|
||||||
|
|
||||||
QList<const Style::PathRender *> Style::paths(int zoom, bool closed,
|
QList<const Style::PathRender *> Style::paths(int zoom, bool closed,
|
||||||
|
Loading…
Reference in New Issue
Block a user