There we go. Properly fixed this time

This commit is contained in:
Jordan Sherer 2019-12-29 20:38:47 -05:00
parent c02e2ae0c8
commit ae9220cbb3

View File

@ -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()));
}
}