Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9, 1.9.1, and 1.9.2

commit: another color proposal

hurts my eyes a bit less

Changeset 7bdd29b0cd41

Parent ba04687150e9

by Adrian Buehlmann

Changes to one file · Browse files at 7bdd29b0cd41 Showing diff from parent ba04687150e9 Diff from another changeset...

 
166
167
168
169
170
 
 
 
 
171
172
173
 
166
167
168
 
 
169
170
171
172
173
174
175
@@ -166,8 +166,10 @@
  continue   pos += maxlen   sel = QTextEdit.ExtraSelection() - sel.bgcolor = QColor('red') - sel.format.setBackground(sel.bgcolor) + sel._bgcolor = QColor('LightSalmon') + sel._fgcolor = QColor('Black') + sel.format.setBackground(sel._bgcolor) + sel.format.setForeground(sel._fgcolor)   sel.cursor = QTextCursor(self.msgte.document())   sel.cursor.setPosition(pos)   sel.cursor.movePosition(QTextCursor.EndOfLine, QTextCursor.KeepAnchor)