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

workbench: bring back comment why we use QTimer for showPaths option

Changeset c6b9f1e342c7

Parent ab62db229f1e

by Yuya Nishihara

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

 
801
802
803
 
804
805
806
 
801
802
803
804
805
806
807
@@ -801,6 +801,7 @@
  # Manually reload the model now, to apply the settings   self.reporegistry.reloadModel()   + # Allow repo registry to assemble itself before toggling path state   sp = s.value(wb + 'showPaths').toBool()   QTimer.singleShot(0, lambda: self.actionShowPaths.setChecked(sp))