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
This commit is contained in:
Wren Turkal 2019-01-15 00:43:18 -08:00
parent c142cb4b85
commit 74c95ebb17

View file

@ -1076,6 +1076,7 @@ void TMainWindow::SavePMSystem(int index)
//---------------------------------------------------------------------------------------------------------------------
void TMainWindow::Remove()
{
ShowMDiagram("");
const int row = ui->tableWidget->currentRow();
if (row == -1)