Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable status: update check count after setting the new model

Changeset 622ff9363d17

Parent 08f843cce08a

by Steve Borho

Changes to one file · Browse files at 622ff9363d17 Showing diff from parent 08f843cce08a Diff from another changeset...

 
253
254
255
256
257
258
259
260
 
261
262
263
 
253
254
255
 
256
257
258
259
260
261
262
263
@@ -253,11 +253,11 @@
  tm = WctxModel(wctx, ms, self.opts, checked, self)   tm.checkToggled.connect(self.updateCheckCount)   - self.updateCheckCount()   self.tv.setModel(tm)   self.tv.setSortingEnabled(True)   self.tv.setColumnHidden(COL_PATH, bool(wctx.p2()))   self.tv.setColumnHidden(COL_MERGE_STATE, not tm.anyMerge()) + self.updateCheckCount()     for col in (COL_PATH, COL_STATUS, COL_MERGE_STATE):   w = self.tv.sizeHintForColumn(col)