mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-11-04 05:50:31 -05:00 
			
		
		
		
	Remove a diagnostic print.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7085 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
		
							parent
							
								
									c8d795df0a
								
							
						
					
					
						commit
						f93c305ce2
					
				@ -222,7 +222,6 @@ void FPlotter::mousePressEvent(QMouseEvent *event)      //mousePressEvent
 | 
			
		||||
  int x1=x+n*m_pixPerSecond;
 | 
			
		||||
  int xmax=m_TRperiod*m_pixPerSecond;
 | 
			
		||||
  if(x0 < 0) x0=0;
 | 
			
		||||
  qDebug() << "a" << xmax;
 | 
			
		||||
  if(x1 > xmax) x1=xmax;
 | 
			
		||||
  if(x1 > 702) x1=702;
 | 
			
		||||
  Q_EMIT fastPick (x0,x1,y);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user