From ae44e366e752fa591df1bd462ab6d5126f4bcd38 Mon Sep 17 00:00:00 2001 From: jeena Date: Mon, 25 Feb 2013 00:51:48 +0100 Subject: [PATCH] find - in domains --- Linux/Windows.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux/Windows.py b/Linux/Windows.py index a416645..096e18d 100644 --- a/Linux/Windows.py +++ b/Linux/Windows.py @@ -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):