mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-08 00:44:39 -04:00
Implement "pick to decode" on the MSK144 horizontal waterfall.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6917 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -5661,7 +5661,7 @@ void MainWindow::setRig ()
|
||||
|
||||
void MainWindow::fastPick(int x0, int x1, int y)
|
||||
{
|
||||
if(m_mode!="ISCAT") return;
|
||||
if(m_mode!="ISCAT" and m_mode!="MSK144") return;
|
||||
if(!m_decoderBusy) {
|
||||
dec_data.params.newdat=0;
|
||||
dec_data.params.nagain=1;
|
||||
|
||||
Reference in New Issue
Block a user