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