Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

status: fix old bug of using wrong font in diff pane

Without this fix, it's impossible to pick a different font for
the file list or diff text.

Changeset c0623d9f2390

Parent 69de4bfd5ab2

by Steve Borho

Changes to one file · Browse files at c0623d9f2390 Showing diff from parent 69de4bfd5ab2 Diff from another changeset...

 
315
316
317
318
 
319
320
321
 
315
316
317
 
318
319
320
321
@@ -315,7 +315,7 @@
  self.diff_notebook.set_tab_pos(gtk.POS_BOTTOM)   self.diff_notebook_pages = {}   - self.difffont = pango.FontDescription(self.fontlist) + self.difffont = pango.FontDescription(self.fontdiff)     self.clipboard = None