Fixed issue with call activity table font not being set on application start
This commit is contained in:
parent
3b4ea12e5f
commit
03b2b11938
@ -10111,6 +10111,8 @@ void MainWindow::displayBandActivity() {
|
||||
void MainWindow::displayCallActivity() {
|
||||
auto now = DriftingDateTime::currentDateTimeUtc();
|
||||
|
||||
ui->tableWidgetCalls->setFont(m_config.table_font());
|
||||
|
||||
// Selected callsign
|
||||
QString selectedCall = callsignSelected();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user