mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-17 00:04:25 -04:00
1. Add AGC for waterfall in *Ref Spec* mode.
2. Don't display orange warning bar when in WSPR mode. 3. Fix a longstanding compiler warning. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6616 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -2167,6 +2167,7 @@ void MainWindow::on_EraseButton_clicked() //Erase
|
||||
|
||||
void MainWindow::decodeBusy(bool b) //decodeBusy()
|
||||
{
|
||||
/* ### Temporarily(?) disable the long-decode progress bar.
|
||||
bool showProgress = false;
|
||||
if (b && m_firstDecode < 65 && ("JT65" == m_mode || "JT9+JT65" == m_mode))
|
||||
{
|
||||
@@ -2180,7 +2181,6 @@ void MainWindow::decodeBusy(bool b) //decodeBusy()
|
||||
m_firstDecode += 9;
|
||||
showProgress = true;
|
||||
}
|
||||
/* ### Temporarily(?) disable the long-decode progress bar.
|
||||
if (showProgress)
|
||||
{
|
||||
// this sequence is needed to create an indeterminate progress
|
||||
|
||||
Reference in New Issue
Block a user