mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-19 10:32:02 -05:00
Bug fix: it crashed if you double-clicked on a line with no decode.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3028 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2da8ab783c
commit
9785c228ad
@ -1266,6 +1266,7 @@ void MainWindow::doubleClickOnCall(bool ctrl)
|
|||||||
if(i4>60) i4=60;
|
if(i4>60) i4=60;
|
||||||
QString t3=t.mid(i1,i4);
|
QString t3=t.mid(i1,i4);
|
||||||
QStringList t4=t3.split(" ",QString::SkipEmptyParts);
|
QStringList t4=t3.split(" ",QString::SkipEmptyParts);
|
||||||
|
if(t4.length() <7) return;
|
||||||
int nfreq=int(t4.at(4).toFloat());
|
int nfreq=int(t4.at(4).toFloat());
|
||||||
ui->TxFreqSpinBox->setValue(nfreq);
|
ui->TxFreqSpinBox->setValue(nfreq);
|
||||||
g_pWideGraph->setQSOfreq(nfreq);
|
g_pWideGraph->setQSOfreq(nfreq);
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
[Setup]
|
[Setup]
|
||||||
AppName=wsjtx
|
AppName=wsjtx
|
||||||
AppVerName=wsjtx Version 0.5 r2791
|
AppVerName=wsjtx Version 0.5 r3026
|
||||||
AppCopyright=Copyright (C) 2001-2012 by Joe Taylor, K1JT
|
AppCopyright=Copyright (C) 2001-2013 by Joe Taylor, K1JT
|
||||||
DefaultDirName=c:\wsjtx
|
DefaultDirName=c:\wsjtx
|
||||||
DefaultGroupName=wsjtx
|
DefaultGroupName=wsjtx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user