mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-03 06:24:39 -04:00
ClearAvg now erases the plot in Echo Graph.
This commit is contained in:
@@ -3152,6 +3152,7 @@ void MainWindow::on_ClrAvgButton_clicked()
|
||||
m_nclearave=1;
|
||||
if(m_mode=="Echo") {
|
||||
echocom_.nsum=0;
|
||||
m_echoGraph->clearAvg();
|
||||
} else {
|
||||
if(m_msgAvgWidget != NULL) {
|
||||
if(m_msgAvgWidget->isVisible()) m_msgAvgWidget->displayAvg("");
|
||||
|
||||
Reference in New Issue
Block a user