mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-20 02:52:00 -05:00
Do not insert blank line when nagain=1.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@3149 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dabd1d9aa9
commit
76623ca749
@ -1183,7 +1183,7 @@ void MainWindow::readFromStdout() //readFromStdout
|
|||||||
|
|
||||||
QTextCursor cursor;
|
QTextCursor cursor;
|
||||||
QTextBlockFormat bf;
|
QTextBlockFormat bf;
|
||||||
if(m_insertBlank and m_blankLine) {
|
if(m_insertBlank and m_blankLine and jt9com_.nagain==0) {
|
||||||
QString bg="#d3d3d3";
|
QString bg="#d3d3d3";
|
||||||
bf.setBackground(QBrush(QColor(bg)));
|
bf.setBackground(QBrush(QColor(bg)));
|
||||||
QString s = "<table border=0 cellspacing=0 width=100%><tr><td bgcolor=\"" +
|
QString s = "<table border=0 cellspacing=0 width=100%><tr><td bgcolor=\"" +
|
||||||
|
Loading…
Reference in New Issue
Block a user