Attempting to fix highlighting on the pi, again
This commit is contained in:
parent
94aed047ec
commit
bb79785d86
@ -12007,6 +12007,7 @@ void MainWindow::displayBandActivity() {
|
|||||||
if (isOffsetSelected) {
|
if (isOffsetSelected) {
|
||||||
for(int i = 0; i < ui->tableWidgetRXAll->columnCount(); i++){
|
for(int i = 0; i < ui->tableWidgetRXAll->columnCount(); i++){
|
||||||
ui->tableWidgetRXAll->item(row, i)->setSelected(true);
|
ui->tableWidgetRXAll->item(row, i)->setSelected(true);
|
||||||
|
ui->tableWidgetRXAll->item(row, i)->setBackground(QBrush(m_config.color_table_highlight()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -12364,6 +12365,7 @@ void MainWindow::displayCallActivity() {
|
|||||||
if (isCallSelected) {
|
if (isCallSelected) {
|
||||||
for(int i = 0; i < ui->tableWidgetCalls->columnCount(); i++){
|
for(int i = 0; i < ui->tableWidgetCalls->columnCount(); i++){
|
||||||
ui->tableWidgetCalls->item(row, i)->setSelected(true);
|
ui->tableWidgetCalls->item(row, i)->setSelected(true);
|
||||||
|
ui->tableWidgetCalls->item(row, i)->setBackground(QBrush(m_config.color_table_highlight()));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user