mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-13 19:29:02 -04:00
Display original UTC on waterfall for data read from .wav files. Should replace "sprintf" in plotter.cpp lines 263 and 265.
This commit is contained in:
@@ -1443,6 +1443,7 @@ void MainWindow::dataSink(qint64 frames)
|
||||
dec_data.params.ndiskdat=1;
|
||||
} else {
|
||||
dec_data.params.ndiskdat=0;
|
||||
m_wideGraph->setDiskUTC(-1);
|
||||
}
|
||||
|
||||
m_bUseRef=m_wideGraph->useRef();
|
||||
@@ -2864,6 +2865,7 @@ void MainWindow::on_actionDecode_remaining_files_in_directory_triggered()
|
||||
|
||||
void MainWindow::diskDat() //diskDat()
|
||||
{
|
||||
m_wideGraph->setDiskUTC(dec_data.params.nutc);
|
||||
if(dec_data.params.kin>0) {
|
||||
int k;
|
||||
int kstep=m_FFTSize;
|
||||
|
||||
Reference in New Issue
Block a user