mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-03-24 21:19:02 -04:00
Send an updated grid to PSK Reporter when the location is changed.
This commit is contained in:
parent
a97cebff4c
commit
cdff282c5c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user