From 339c3a042d980f1838920623bdd9d3794ad453bf Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 3 Nov 2022 10:06:22 -0400 Subject: [PATCH] MAP65: use "Force center freq" also for data read from disk. --- map65/mainwindow.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/map65/mainwindow.cpp b/map65/mainwindow.cpp index a4dcf3eb6..2a8bb4705 100644 --- a/map65/mainwindow.cpp +++ b/map65/mainwindow.cpp @@ -1119,6 +1119,9 @@ void MainWindow::diskDat() //diskDat() //These may be redundant?? m_diskData=true; datcom_.newdat=1; + if(m_wide_graph_window->m_bForceCenterFreq) { + datcom_.fcenter=m_wide_graph_window->m_dForceCenterFreq; + } if(m_fs96000) hsym=2048.0*96000.0/11025.0; //Samples per JT65 half-symbol if(!m_fs96000) hsym=2048.0*95238.1/11025.0;