mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	default colors in Hound controls
This commit is contained in:
		
							parent
							
								
									d7981738fe
								
							
						
					
					
						commit
						a8eaa66f2a
					
				| @ -561,8 +561,8 @@ void DisplayText::displayHoundToBeCalled(QString t, bool bAtTop, QColor bg, QCol | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| void DisplayText::setHighlightedHoundText(QString t) { | void DisplayText::setHighlightedHoundText(QString t) { | ||||||
|   QColor bg; |   QColor bg=QColor{255,255,255}; | ||||||
|   QColor fg; |   QColor fg=QColor{0,0,0}; | ||||||
|   highlight_types types{Highlight::Call}; |   highlight_types types{Highlight::Call}; | ||||||
|   set_colours(m_config, &bg, &fg, types); |   set_colours(m_config, &bg, &fg, types); | ||||||
|   // t is multiple lines of text, each line is a hound calling
 |   // t is multiple lines of text, each line is a hound calling
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user