hide demod plot line when running <data clear>

This commit is contained in:
iceman1001
2021-08-01 17:42:46 +02:00
parent 65387f7cd3
commit 5034d8ef28

View File

@@ -44,6 +44,7 @@ size_t ClearGraph(bool redraw) {
memset(GraphBuffer, 0x00, GraphTraceLen);
GraphTraceLen = 0;
GraphStop = 0;
showDemod = false;
if (redraw)
RepaintGraphWindow();
return gtl;