diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index b16586e7f..6e915b380 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -1076,6 +1076,7 @@ void TMainWindow::SavePMSystem(int index) //--------------------------------------------------------------------------------------------------------------------- void TMainWindow::Remove() { + ShowMDiagram(""); const int row = ui->tableWidget->currentRow(); if (row == -1)