mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2026-06-01 21:45:00 -04:00
ClearAvg now erases the plot in Echo Graph.
This commit is contained in:
@@ -114,3 +114,13 @@ bool EchoGraph::baseline()
|
||||
{
|
||||
return ui->cbBaseline->isChecked();
|
||||
}
|
||||
|
||||
void EchoGraph::clearAvg()
|
||||
{
|
||||
for(int i=0; i<4096; i++) {
|
||||
echocom_.blue[i]=0;
|
||||
echocom_.red[i]=0;
|
||||
}
|
||||
echocom_.nsum=0;
|
||||
plotSpec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user