Update model menu after merging another project.

This commit is contained in:
leo 2015-02-09 01:36:25 +00:00
parent f4e14b6394
commit b361e9069f

View file

@ -1687,6 +1687,8 @@ void lcMainWindow::MergeProject()
QMessageBox::information(this, tr("LeoCAD"), tr("Merged 1 model.")); QMessageBox::information(this, tr("LeoCAD"), tr("Merged 1 model."));
else else
QMessageBox::information(this, tr("LeoCAD"), tr("Merged %1 models.").arg(NumModels)); QMessageBox::information(this, tr("LeoCAD"), tr("Merged %1 models.").arg(NumModels));
UpdateModels();
} }
else else
{ {