diff --git a/common/lc_mainwindow.cpp b/common/lc_mainwindow.cpp index bc2ee865..cbb35a67 100644 --- a/common/lc_mainwindow.cpp +++ b/common/lc_mainwindow.cpp @@ -69,6 +69,7 @@ void lcModelTabWidget::ResetLayout(bool ClearView) ViewWidget->GetView()->Clear(); } + Widget->show(); Widget->setFocus(); }