mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-02-17 16:20:48 +01:00
Added back missing cache reset (causing huge redraw rects causing system memory exhaustion)
This commit is contained in:
parent
5e74642dc8
commit
6ebf749bdc
@ -566,6 +566,9 @@ void MapView::clear()
|
|||||||
_wr = RectC();
|
_wr = RectC();
|
||||||
|
|
||||||
digitalZoom(0);
|
digitalZoom(0);
|
||||||
|
|
||||||
|
// If not reset, causes huge redraw areas (and system memory exhaustion)
|
||||||
|
resetCachedContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void MapView::showTracks(bool show)
|
void MapView::showTracks(bool show)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user