Fixed bug with delayed painting of selected row change
This commit is contained in:
parent
53853c5be4
commit
5db6870833
@ -10207,7 +10207,8 @@ void MainWindow::callsignSelectedChanged(QString /*old*/, QString selectedCall){
|
|||||||
ui->callDetailTextBrowser->setVisible(!selectedCall.isEmpty() && (!hearing.isEmpty() || !heardby.isEmpty()));
|
ui->callDetailTextBrowser->setVisible(!selectedCall.isEmpty() && (!hearing.isEmpty() || !heardby.isEmpty()));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// immediately update the display);
|
// immediately update the display
|
||||||
|
displayBandActivity();
|
||||||
updateButtonDisplay();
|
updateButtonDisplay();
|
||||||
updateTextDisplay();
|
updateTextDisplay();
|
||||||
statusChanged();
|
statusChanged();
|
||||||
|
Loading…
Reference in New Issue
Block a user