mirror of
https://gitlab.com/gridtracker.org/gridtracker
synced 2026-08-13 17:52:40 -04:00
Bug fix for all-grids in layer view
This commit is contained in:
parent
1485b7c3ef
commit
ae594aeb48
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue