gpstrek - Fix wrong color of map segments when drawing after widgets or compass

pull/2768/head
Martin Boonk 2023-05-25 18:03:07 +02:00
parent ca4d1534eb
commit f09aa53abd
1 changed files with 1 additions and 0 deletions

View File

@ -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;