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:
parent
5e74642dc8
commit
6ebf749bdc
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user