don't cut off list for !globeIndex

This commit is contained in:
Matthias Wirth
2020-01-16 19:08:22 +01:00
parent 4e07d021a1
commit 6088b3b137

View File

@@ -1869,7 +1869,7 @@ function refreshTableInfo() {
tableplane.showInTable = true;
}
if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible)) {
if (!sidebarVisible || (nTablePlanes > globeTableLimit && mapIsVisible && globeIndex)) {
tableplane.showInTable = false;
continue;
}