From 3c3d3ebf3a4c9a50edf232fd46a6bce088eaa910 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 25 Jan 2023 12:37:10 -0500 Subject: [PATCH] Clean up one more detail. --- widgets/mainwindow.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/widgets/mainwindow.cpp b/widgets/mainwindow.cpp index 14863ba96..585545e7f 100644 --- a/widgets/mainwindow.cpp +++ b/widgets/mainwindow.cpp @@ -3706,6 +3706,7 @@ void MainWindow::callSandP2(int n) ui->dxCallEntry->setText(m_deCall); ui->dxGridEntry->setText(m_deGrid); if(m_mode=="Q65") { + ui->rptSpinBox->setValue(w[2].toInt()); genStdMsgs(w[2]); } else { genStdMsgs(w[3]);