Fixed issue with call activity table font not being set on application start

This commit is contained in:
Jordan Sherer 2018-12-21 22:20:52 -05:00
parent 3b4ea12e5f
commit 03b2b11938

View File

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