Show More
@@ -672,6 +672,8 b' class ConsoleWidget(QtGui.QWidget):' | |||
|
672 | 672 | cursor.movePosition(QtGui.QTextCursor.StartOfBlock, |
|
673 | 673 | QtGui.QTextCursor.KeepAnchor) |
|
674 | 674 | cursor.removeSelectedText() |
|
675 | cursor.deletePreviousChar() | |
|
676 | intercepted = True | |
|
675 | 677 | |
|
676 | 678 | # Regular backwards deletion |
|
677 | 679 | else: |
General Comments 0
You need to be logged in to leave comments.
Login now