mirror of
https://github.com/tumic0/GPXSee.git
synced 2024-11-24 03:35:53 +01:00
Do not count errored maps as areas
This commit is contained in:
parent
3d7e64a470
commit
3644ed3b1f
@ -1635,9 +1635,9 @@ void GUI::loadMapDirNode(const TreeNode<Map *> &node, QList<MapAction*> &actions
|
||||
actions.append(a);
|
||||
} else
|
||||
connect(a, &MapAction::loaded, this, &GUI::mapLoadedDir);
|
||||
}
|
||||
|
||||
_areaCount++;
|
||||
_areaCount++;
|
||||
}
|
||||
} else {
|
||||
map = a->data().value<Map*>();
|
||||
if (map->isReady())
|
||||
|
Loading…
Reference in New Issue
Block a user