1
0
Fork 0

gpstrek - Do not switch modes for touches on widget bar

master
Martin Boonk 2023-05-22 21:02:36 +02:00
parent e4a973e3cb
commit ee383789e9
1 changed files with 1 additions and 1 deletions

View File

@ -756,7 +756,7 @@ let onAction = function(_,xy){
} else {
mapLiveScale *= 1.5;
}
} else {
} else if (xy && xy.y > Bangle.appRect.y){
isMapOverview = !isMapOverview;
if (!isMapOverview){
mapOverviewX = g.getWidth()/2;