Bug fix for all-grids in layer view

This commit is contained in:
Stephen Loomis 2024-05-05 14:19:49 -07:00
parent 1485b7c3ef
commit ae594aeb48

View file

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