From 74c95ebb17853b59d0ea29ec84a40c763c8bd234 Mon Sep 17 00:00:00 2001 From: Wren Turkal Date: Tue, 15 Jan 2019 00:43:18 -0800 Subject: [PATCH] Set measurement diagram correctly. When all the known measurements are removed, that should probably make the measurement diagram show the unknown measurement message. --HG-- branch : develop --- src/app/tape/tmainwindow.cpp | 1 + 1 file changed, 1 insertion(+) 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)