From ae594aeb48aaa87be24f4d1554cacbd71ec04fbb Mon Sep 17 00:00:00 2001 From: Stephen Loomis Date: Sun, 5 May 2024 14:19:49 -0700 Subject: [PATCH] Bug fix for all-grids in layer view --- package.nw/lib/gt.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.nw/lib/gt.js b/package.nw/lib/gt.js index 6c631c62..bfd67dc1 100644 --- a/package.nw/lib/gt.js +++ b/package.nw/lib/gt.js @@ -2384,7 +2384,7 @@ function setTrophyOverlay(which) { GT.layerVectors.gtflags.setVisible(false); } - if (GT.showAllGrids == false) + if (GT.mapSettings.showAllGrids == false) { GT.layerVectors.lineGrids.setVisible(false); GT.layerVectors.bigGrids.setVisible(false);