mirror of
https://github.com/leozide/leocad
synced 2025-02-05 08:45:55 +01:00
Update model menu after merging another project.
This commit is contained in:
parent
f4e14b6394
commit
b361e9069f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue