mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-07-23 10:34:21 -04:00
Minor cleanup; add some !$OMP stuff to msk144sync.f90, but it's not yet functional.
git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@7119 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
+1
-1
@@ -3044,7 +3044,7 @@ void MainWindow::guiUpdate()
|
||||
if(m_mode=="MSK144" and m_config.realTimeDecode()) {
|
||||
int npct=int(100.0*m_fCPUmskrtd/0.298667);
|
||||
if(npct>90) tx_status_label.setStyleSheet("QLabel{background-color: #ff0000}");
|
||||
t.sprintf("Receiving %2d\%",npct);
|
||||
t.sprintf("Receiving %2d%%",npct);
|
||||
}
|
||||
tx_status_label.setText (t);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user