From b361e9069f3194b28d238f5bbac7304f1be53fde Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 9 Feb 2015 01:36:25 +0000 Subject: [PATCH] Update model menu after merging another project. --- common/lc_mainwindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/lc_mainwindow.cpp b/common/lc_mainwindow.cpp index 827d8188..16ca9233 100644 --- a/common/lc_mainwindow.cpp +++ b/common/lc_mainwindow.cpp @@ -1687,6 +1687,8 @@ void lcMainWindow::MergeProject() QMessageBox::information(this, tr("LeoCAD"), tr("Merged 1 model.")); else QMessageBox::information(this, tr("LeoCAD"), tr("Merged %1 models.").arg(NumModels)); + + UpdateModels(); } else {