Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.1, 2.1.1, and 2.1.2

annotate: remove redundant setFont() call

Changeset 373d9113a083

Parent 107d0dcf69d0

by Steve Borho

Changes to one file · Browse files at 373d9113a083 Showing diff from parent 107d0dcf69d0 Diff from another changeset...

 
44
45
46
47
48
49
50
 
44
45
46
 
47
48
49
@@ -44,7 +44,6 @@
  self.setMarginLineNumbers(1, True)   self.setMarginType(2, QsciScintilla.TextMarginRightJustified)   self.setMouseTracking(True) - self.setFont(qtlib.getfont('fontdiff').font())   self.setContextMenuPolicy(Qt.CustomContextMenu)   self.customContextMenuRequested.connect(self.menuRequest)