From 5db687083381e0258c1baa1f8c8e96a98fa6e71c Mon Sep 17 00:00:00 2001 From: Jordan Sherer Date: Sun, 29 Dec 2019 20:34:03 -0500 Subject: [PATCH] Fixed bug with delayed painting of selected row change --- mainwindow.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index ef0b267..1670839 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -10207,7 +10207,8 @@ void MainWindow::callsignSelectedChanged(QString /*old*/, QString selectedCall){ ui->callDetailTextBrowser->setVisible(!selectedCall.isEmpty() && (!hearing.isEmpty() || !heardby.isEmpty())); #endif - // immediately update the display); + // immediately update the display + displayBandActivity(); updateButtonDisplay(); updateTextDisplay(); statusChanged();