1
0
mirror of https://github.com/tumic0/GPXSee.git synced 2024-10-06 14:53:21 +02:00

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

This commit is contained in:
Martin Tůma 2017-04-12 18:11:53 +02:00
parent 8822bf7e5f
commit d073d606d0

View File

@ -521,6 +521,8 @@ void PathView::clear()
_digitalZoom = 0;
resetTransform();
resetCachedContent();
}
void PathView::showTracks(bool show)