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

annotate: allow selection to be expanded via keyboard

I'm not real satisfied with the selection behavior, even after this change

Changeset 352ec7b9ad5a

Parent 11dfc2a9dbbe

by Steve Borho

Changes to one file · Browse files at 352ec7b9ad5a Showing diff from parent 11dfc2a9dbbe Diff from another changeset...

 
52
53
54
 
 
55
56
57
 
52
53
54
55
56
57
58
59
@@ -52,6 +52,8 @@
  self.connect(self,   SIGNAL('customContextMenuRequested(const QPoint &)'),   self.customContextMenuRequested) + self.setTextInteractionFlags(Qt.TextSelectableByMouse | + Qt.TextSelectableByKeyboard)   tm = QFontMetrics(self.font())   self.charwidth = tm.width('9')   self.charheight = tm.height()