find - in domains
This commit is contained in:
parent
a9ad87e5b2
commit
ae44e366e7
1 changed files with 2 additions and 1 deletions
|
@ -338,7 +338,8 @@ class NewPost(Helper.RestorableWindow):
|
|||
self.textInput.setPlainText(string)
|
||||
|
||||
cursor = self.textInput.textCursor()
|
||||
cursor.movePosition(QtGui.QTextCursor.End, QtGui.QTextCursor.MoveAnchor)
|
||||
cursor.movePosition(QtGui.QTextCursor.NextWord, QtGui.QTextCursor.MoveAnchor)
|
||||
cursor.movePosition(QtGui.QTextCursor.NextWord, QtGui.QTextCursor.MoveAnchor)
|
||||
self.textInput.setTextCursor(cursor)
|
||||
|
||||
def onChanged(self):
|
||||
|
|
Reference in a new issue