ui: Display message box when From -> To Custom Trail doesn't yield a path

This commit is contained in:
Eberhard Graether
2019-08-26 17:19:08 +02:00
parent f75593392b
commit 51ebee7cfd
2 changed files with 16 additions and 8 deletions
@@ -1438,7 +1438,6 @@ std::shared_ptr<Graph> PersistentStorage::getGraphForTrail(
else
{
nodeIds.insert(originId);
nodeIds.insert(targetId);
}
}