1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2025-01-31 09:05:14 +01:00

Added missing cleanup

This commit is contained in:
Martin Tůma 2024-02-11 23:46:00 +01:00
parent 65fac30780
commit c4b1671fec

View File

@ -700,6 +700,7 @@ void Style::clear()
_pointLabels.clear();
_areaLabels.clear();
_symbols.clear();
_lineSymbols.clear();
}
QList<const Style::PathRender *> Style::paths(int zoom, bool closed,