Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.9.3, 2.0, and 2.0.1

stable commit: fix the shift-backtab workaround (closes #82)

Changeset fdbbfe403d45

Parent af059a6be99d

by Steve Borho

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

 
149
150
151
152
 
153
154
155
 
149
150
151
 
152
153
154
155
@@ -149,7 +149,7 @@
  line, col = self.getCursorPosition()   self.reflowBlock(line)   elif event.key() == Qt.Key_Backtab: - event.ignore() + event.accept()   newev = QKeyEvent(event.type(), Qt.Key_Tab, Qt.ShiftModifier)   super(MessageEntry, self).keyPressEvent(newev)   else: