mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-30 20:40:28 -04: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
							
								
									5de4baa9bc
								
							
						
					
					
						commit
						b723e0f2a2
					
				| @ -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…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user