mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 15:47:10 -04:00
Scroll Fox's log window to the bottom, so that it shows most recent QSOs.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8555 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
2453ee3d07
commit
c001ca6d83
@ -118,7 +118,7 @@ void MessageAveraging::foxLabRate(int n)
|
|||||||
|
|
||||||
void MessageAveraging::foxAddLog(QString logLine)
|
void MessageAveraging::foxAddLog(QString logLine)
|
||||||
{
|
{
|
||||||
ui->msgAvgPlainTextEdit->insertPlainText(logLine + "\n");
|
ui->msgAvgPlainTextEdit->appendPlainText(logLine);
|
||||||
m_nLogged_++;
|
m_nLogged_++;
|
||||||
QString t;
|
QString t;
|
||||||
t.sprintf("Logged: %d",m_nLogged_);
|
t.sprintf("Logged: %d",m_nLogged_);
|
||||||
|
Loading…
Reference in New Issue
Block a user