mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-03 21:40:52 -05:00 
			
		
		
		
	Fix accidental regression in UDP Reply message handling
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8136 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									fed2387a46
								
							
						
					
					
						commit
						c1e579782a
					
				@ -6173,7 +6173,7 @@ void MainWindow::replyToCQ (QTime time, qint32 snr, float delta_time, quint32 de
 | 
			
		||||
        .arg (snr, 3)
 | 
			
		||||
        .arg (delta_time, 4, 'f', 1)
 | 
			
		||||
        .arg (delta_frequency, 4)
 | 
			
		||||
        .arg (mode, 2)
 | 
			
		||||
        .arg (mode, -2)
 | 
			
		||||
        .arg (message_text);
 | 
			
		||||
      auto messages = ui->decodedTextBrowser->toPlainText ();
 | 
			
		||||
      auto position = messages.lastIndexOf (cqtext);
 | 
			
		||||
@ -6185,7 +6185,7 @@ void MainWindow::replyToCQ (QTime time, qint32 snr, float delta_time, quint32 de
 | 
			
		||||
                                           .arg (snr, 3)
 | 
			
		||||
                                           .arg ('-' + QString::number (delta_time, 'f', 1), 4)
 | 
			
		||||
                                           .arg (delta_frequency, 4)
 | 
			
		||||
                                           .arg (mode, 2)
 | 
			
		||||
                                           .arg (mode, -2)
 | 
			
		||||
                                           .arg (message_text));
 | 
			
		||||
        }
 | 
			
		||||
      if (position >= 0)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user