Fixed bug in waterfall displaying mouse hover without mouse over
This commit is contained in:
		
							parent
							
								
									f00f5e23c1
								
							
						
					
					
						commit
						6dcf4b96d2
					
				| @ -40,7 +40,8 @@ CPlotter::CPlotter(QWidget *parent) :                  //CPlotter Constructor | ||||
|   m_Percent2DScreen0 {0}, | ||||
|   m_rxFreq {1020}, | ||||
|   m_txFreq {0}, | ||||
|   m_startFreq {0} | ||||
|   m_startFreq {0}, | ||||
|   m_lastMouseX {-1} | ||||
| { | ||||
|   setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); | ||||
|   setFocusPolicy(Qt::StrongFocus); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jordan Sherer
						Jordan Sherer