mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-05-28 20:32:28 -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) {
|
if (m_config.my_grid () != grid) {
|
||||||
m_config.set_location (grid);
|
m_config.set_location (grid);
|
||||||
genStdMsgs (m_rpt, false);
|
genStdMsgs (m_rpt, false);
|
||||||
|
pskSetLocal ();
|
||||||
statusUpdate ();
|
statusUpdate ();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user