kopia lustrzana https://gitlab.com/gridtracker.org/gridtracker
Bug fix for all-grids in layer view
rodzic
1485b7c3ef
commit
ae594aeb48
|
@ -2384,7 +2384,7 @@ function setTrophyOverlay(which)
|
||||||
{
|
{
|
||||||
GT.layerVectors.gtflags.setVisible(false);
|
GT.layerVectors.gtflags.setVisible(false);
|
||||||
}
|
}
|
||||||
if (GT.showAllGrids == false)
|
if (GT.mapSettings.showAllGrids == false)
|
||||||
{
|
{
|
||||||
GT.layerVectors.lineGrids.setVisible(false);
|
GT.layerVectors.lineGrids.setVisible(false);
|
||||||
GT.layerVectors.bigGrids.setVisible(false);
|
GT.layerVectors.bigGrids.setVisible(false);
|
||||||
|
|
Ładowanie…
Reference in New Issue