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

Added back missing cache reset (causing huge redraw rects causing system memory exhaustion)

This commit is contained in:
Martin Tůma 2018-01-08 02:25:14 +01:00
parent 5e74642dc8
commit 6ebf749bdc

View File

@ -566,6 +566,9 @@ void MapView::clear()
_wr = RectC();
digitalZoom(0);
// If not reset, causes huge redraw areas (and system memory exhaustion)
resetCachedContent();
}
void MapView::showTracks(bool show)