StationEditDialog: refresh row count on connection import

When importing track connections from SVG, recalculate model row count,
so the view gets update automatically.
This commit is contained in:
Filippo Gentile 2023-01-10 16:51:58 +01:00
parent 017005e1a9
commit 0c04121867
1 changed files with 2 additions and 0 deletions

View File

@ -741,6 +741,8 @@ void StationEditDialog::importConnFromSVG()
tr("Generic error"));
}
trackConnModel->refreshData(); //Recalc row count
}
void StationEditDialog::saveXmlPlan()