mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	Remove the restriction on double-clicking while transmitting.
This commit is contained in:
		
							parent
							
								
									d42fb7db39
								
							
						
					
					
						commit
						682170ae54
					
				| @ -4172,10 +4172,10 @@ void MainWindow::doubleClickOnCall2(Qt::KeyboardModifiers modifiers) | ||||
| 
 | ||||
| void MainWindow::doubleClickOnCall(Qt::KeyboardModifiers modifiers) | ||||
| { | ||||
|   if(!(modifiers & Qt::AltModifier) and m_transmitting) { | ||||
| //  if(!(modifiers & Qt::AltModifier) and m_transmitting) {
 | ||||
| //    qDebug() << "aa" << "Double-click on decode is ignored while transmitting";
 | ||||
|     return; | ||||
|   } | ||||
| //    return;
 | ||||
| //  }
 | ||||
|   QTextCursor cursor; | ||||
|   if(m_mode=="ISCAT") { | ||||
|     MessageBox::information_message (this, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user