diff --git a/src/app/tape/tmainwindow.cpp b/src/app/tape/tmainwindow.cpp index 372320b8e..cb8b1940f 100644 --- a/src/app/tape/tmainwindow.cpp +++ b/src/app/tape/tmainwindow.cpp @@ -3533,7 +3533,7 @@ void TMainWindow::RefreshData(bool freshCall) void TMainWindow::RefreshTable(bool freshCall) { ui->tableWidget->blockSignals(true); - ui->tableWidget->clearContents(); + ui->tableWidget->setRowCount(0); ShowUnits();