From ae9220cbb3ce97d9174d8414ce201ad1f6a0206a Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 29 Dec 2019 20:38:47 -0500 Subject: [PATCH] There we go. Properly fixed this time --- mainwindow.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 1947460..f3c9acc 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -12009,7 +12009,6 @@ void MainWindow::displayBandActivity() { if (isOffsetSelected) { for(int i = 0; i < ui->tableWidgetRXAll->columnCount(); i++){ ui->tableWidgetRXAll->item(row, i)->setSelected(true); - ui->tableWidgetRXAll->item(row, i)->setBackground(QBrush(m_config.color_table_highlight())); } } @@ -12367,7 +12366,6 @@ void MainWindow::displayCallActivity() { if (isCallSelected) { for(int i = 0; i < ui->tableWidgetCalls->columnCount(); i++){ ui->tableWidgetCalls->item(row, i)->setSelected(true); - ui->tableWidgetCalls->item(row, i)->setBackground(QBrush(m_config.color_table_highlight())); } }