Fixed bug with delayed painting of selected row change

This commit is contained in:
Jordan Sherer 2019-12-29 20:34:03 -05:00
parent 53853c5be4
commit 5db6870833

View File

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