From cdff282c5c9645618a1dfb23e117989145cb52c9 Mon Sep 17 00:00:00 2001 From: Uwe Risse Date: Thu, 4 May 2023 08:56:34 +0200 Subject: [PATCH] Send an updated grid to PSK Reporter when the location is changed. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 2784dd5cb..d47320d63 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -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 {