mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Merged from trunk:
------------------------------------------------------------------------ r8003 | bsomervi | 2017-08-05 00:56:53 +0100 (Sat, 05 Aug 2017) | 1 line Fix cursor positioning after displaying a decode line ------------------------------------------------------------------------ git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.8@8004 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
994a264999
commit
63489b5563
@ -73,7 +73,6 @@ void DisplayText::appendText(QString const& text, QColor bg)
|
||||
cursor.insertText (text);
|
||||
|
||||
// position so viewport scrolled to left
|
||||
cursor.movePosition (QTextCursor::Up);
|
||||
cursor.movePosition (QTextCursor::StartOfLine);
|
||||
setTextCursor (cursor);
|
||||
ensureCursorVisible ();
|
||||
|
Loading…
Reference in New Issue
Block a user