mirror of
				https://github.com/f4exb/sdrangel.git
				synced 2025-10-31 13:00:26 -04:00 
			
		
		
		
	Corrected trigger level display when triggered on phase
This commit is contained in:
		
							parent
							
								
									1e61a5dc29
								
							
						
					
					
						commit
						24ae5ff039
					
				| @ -244,7 +244,7 @@ void GLScopeGUI::setTrigLevelDisplay() | ||||
| 	{ | ||||
| 		qreal a; | ||||
| 
 | ||||
| 		if (m_glScope->getDataMode() == GLScope::ModeMagLinPha) { | ||||
| 		if (m_triggerChannel == ScopeVis::TriggerMagLin) { | ||||
| 			a = 1.0 + t; | ||||
| 		} else { | ||||
| 			a = t; | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user