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

qtlib: do not set focus PMButton automatically

Changeset e8eb472e138f

Parent 5217783f0c34

by Yuki KODAMA

Changes to one file · Browse files at e8eb472e138f Showing diff from parent 5217783f0c34 Diff from another changeset...

 
240
241
242
 
243
244
245
 
240
241
242
243
244
245
246
@@ -240,6 +240,7 @@
  self.setIconSize(size)   self.setMaximumSize(size)   self.setFlat(True) + self.setAutoDefault(False)     self.plus = geticon('plus')   self.minus = geticon('minus')