Re: [wsjt-devel] Call 1st Bug Fix

2018-06-26 Thread Tom Melvin
Thanks Mike I will download the current source and have a play. Basic programming stuff is OK - the QT display stuff is a whole new area for me. Regards Tom GM8MJV On 26 Jun 2018, at 15:07, Black Michael via wsjt-devel wrote: > Nope...no todo list > > If you want to test a fix try

Re: [wsjt-devel] Call 1st Bug Fix

2018-06-26 Thread Black Michael via wsjt-devel
Nope...no todo list If you want to test a fix try modifying void MainWindow::on_actionFT8_triggered() And add this line after the displayWidgets call. ui->cbFirst->setChecked(m_settings->value("CallFirst",true).toBool()); This will restore the checkbox to your saved settings. Mike On

Re: [wsjt-devel] Call 1st Bug Fix

2018-06-26 Thread Ted Gisske
Tom, It's easily fixable. I had the same sort of issue with the "Hold TX Frequency" box when switching from MSK144. G4WIS pointed out to me that the easy fix was to set up a separate configuration for FT8 and use it to switch modes. I did so and all was well. My settings always come back to the