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

repowidget: do not connect commitComplete to self.reload anymore

Because the repowidget is connected to repositoryChanged signals, it gets
notified of commits as soon as they happen. This extra signal was leading to
a double refresh and the second refresh was set to reload the graph to -1 which
caused the entire changelog graph to be loaded and for columns to shift around.

Changeset c4418ce08056

Parent a18e920a0559

by Steve Borho

Changes to one file · Browse files at c4418ce08056 Showing diff from parent a18e920a0559 Diff from another changeset...

 
243
244
245
246
 
247
248
249
 
243
244
245
 
246
247
248
249
@@ -243,7 +243,7 @@
  self.repo._commitwidget = cw     # connect directly in order to reload all related RepoWidgets - cw.commitComplete.connect(self.reload) + #cw.commitComplete.connect(self.reload)     cw = SharedWidget(cw)   cw.output.connect(self.output)