Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8, 0.8.1, and 0.8.2

thgconfig: unselect path when click blank area on TreeView

Changeset 5ad1ab763f51

Parent b066411caded

by Yuki KODAMA

Changes to one file · Browse files at 5ad1ab763f51 Showing diff from parent b066411caded Diff from another changeset...

 
667
668
669
 
 
 
670
671
672
 
667
668
669
670
671
672
673
674
675
@@ -667,6 +667,9 @@
  pathinfo = self.pathtree.get_path_at_pos(x, y)   if pathinfo is not None:   self._edit_path() + elif event.button == 1: + selection = self.pathtree.get_selection() + selection.unselect_all()     def refresh_path_list(self):   """Update sensitivity of buttons"""