find - in domains

This commit is contained in:
jeena 2013-02-25 00:51:48 +01:00
parent a9ad87e5b2
commit ae44e366e7

View file

@ -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):