Send an updated grid to PSK Reporter when the location is changed.

This commit is contained in:
Uwe Risse 2023-05-04 08:56:34 +02:00
parent a97cebff4c
commit cdff282c5c

View File

@ -8720,6 +8720,7 @@ void MainWindow::locationChange (QString const& location)
if (m_config.my_grid () != grid) {
m_config.set_location (grid);
genStdMsgs (m_rpt, false);
pskSetLocal ();
statusUpdate ();
}
} else {