mirror of
				https://github.com/saitohirga/WSJT-X.git
				synced 2025-10-31 04:50:34 -04:00 
			
		
		
		
	Make coloring of the Q65-30B lines compliant with Dark Style.
This commit is contained in:
		
							parent
							
								
									887bc433ec
								
							
						
					
					
						commit
						1f0ddb92c5
					
				| @ -107,10 +107,12 @@ void ActiveStations::displayRecentStations(QString mode, QString const& t) | |||||||
|       cursor.setPosition(npos); |       cursor.setPosition(npos); | ||||||
|       cursor.select(QTextCursor::LineUnderCursor); |       cursor.select(QTextCursor::LineUnderCursor); | ||||||
|       fmt.setBackground(QBrush(Qt::yellow)); |       fmt.setBackground(QBrush(Qt::yellow)); | ||||||
|  |       fmt.setForeground(QBrush(Qt::black)); | ||||||
|     } else { |     } else { | ||||||
|       cursor.setPosition(i0+10); |       cursor.setPosition(i0+10); | ||||||
|       cursor.select(QTextCursor::LineUnderCursor); |       cursor.select(QTextCursor::LineUnderCursor); | ||||||
|       fmt.setBackground(QBrush(Qt::white)); |       fmt.clearForeground(); | ||||||
|  |       fmt.clearBackground(); | ||||||
|     } |     } | ||||||
|     cursor.setCharFormat(fmt); |     cursor.setCharFormat(fmt); | ||||||
|     i0=i1+1; |     i0=i1+1; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user