mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 11:45:53 +01:00
Added missing cache reset (causing huge redraw rects causing system memory exhaustion)
This commit is contained in:
parent
8822bf7e5f
commit
d073d606d0
@ -521,6 +521,8 @@ void PathView::clear()
|
|||||||
|
|
||||||
_digitalZoom = 0;
|
_digitalZoom = 0;
|
||||||
resetTransform();
|
resetTransform();
|
||||||
|
|
||||||
|
resetCachedContent();
|
||||||
}
|
}
|
||||||
|
|
||||||
void PathView::showTracks(bool show)
|
void PathView::showTracks(bool show)
|
||||||
|
Loading…
Reference in New Issue
Block a user