diff --git a/apps/gpstrek/app.js b/apps/gpstrek/app.js index 8fdac9496..22d3c4f48 100644 --- a/apps/gpstrek/app.js +++ b/apps/gpstrek/app.js @@ -425,6 +425,7 @@ let getMapSlice = function(){ let drawChunk = function(data){ if (data.breakLoop) return; + graphics.setColor(graphics.theme.fg); graphics.setClipRect(x,y,x+width,y+height); let finish; let toDraw;