Clear the table content without keeping dimensions.
This commit is contained in:
parent
00a9082f4e
commit
f98287ee16
|
@ -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();
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user