mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-01-31 09:05:14 +01:00
parent
cd571f4662
commit
2e10c609f4
@ -864,6 +864,8 @@ void GUI::loadData(const Data &data)
|
||||
|
||||
for (int i = 0; i < paths.count(); i++) {
|
||||
PathItem *pi = paths.at(i);
|
||||
if (!pi)
|
||||
continue;
|
||||
|
||||
for (int j = 0; j < graphs.count(); j++)
|
||||
pi->addGraph(graphs.at(j).at(i));
|
||||
|
Loading…
x
Reference in New Issue
Block a user