Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

thgconfig: need to activate item in treeview

Changeset 926e91930522

Parent 40d3d121ffa9

by Yuki KODAMA

Changes to one file · Browse files at 926e91930522 Showing diff from parent 40d3d121ffa9 Diff from another changeset...

 
765
766
767
768
 
 
769
770
771
 
765
766
767
 
768
769
770
771
772
@@ -765,7 +765,8 @@
  for page_num, info, vbox, widgets in self.pages.values():   for n, (label, cpath, values, tip) in enumerate(info):   if cpath == focusfield: - self.notebook.set_current_page(page_num) + path = self.confmodel[page_num].path + self.confview.set_cursor(path)   widgets[n].grab_focus()   return