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

fileview: hide margins and use basic font when displaying errors

Changeset b4391a9f7154

Parent 57511c4415b2

by Steve Borho

Changes to one file · Browse files at b4391a9f7154 Showing diff from parent 57511c4415b2 Diff from another changeset...

 
337
338
339
 
 
 
 
340
341
342
 
337
338
339
340
341
342
343
344
345
346
@@ -337,6 +337,10 @@
    if not fd.isValid():   self.sci.setText(fd.error) + self.sci.setLexer(None) + self.sci.setFont(qtlib.getfont('fontlog').font()) + self.sci.setMarginWidth(1, 0) + self.blk.setVisible(False)   self.restrictModes(False, False, False)   return