Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.9, 0.9.1, and 0.9.1.1

commit: fix cursor focus after refresh in QNew mode

Changeset 6e2dad43ff14

Parent 7fda75c1944e

by Steve Borho

Changes to one file · Browse files at 6e2dad43ff14 Showing diff from parent 7fda75c1944e Diff from another changeset...

Change 1 of 1 Show Entire File hggtk/​commit.py Stacked
 
245
246
247
 
248
249
250
 
245
246
247
248
249
250
251
@@ -245,6 +245,7 @@
  self.autoinc_entry.set_text(hglib.toutf(autoinc))   if self.qnew:   self.qnew_name.grab_focus() # set focus back + self.qnew_name.set_position(-1)     def get_body(self):   status_body = GStatus.get_body(self)