diff --git a/client/src/graph.c b/client/src/graph.c index 769a87c77..e681761e4 100644 --- a/client/src/graph.c +++ b/client/src/graph.c @@ -44,6 +44,7 @@ size_t ClearGraph(bool redraw) { memset(GraphBuffer, 0x00, GraphTraceLen); GraphTraceLen = 0; GraphStop = 0; + showDemod = false; if (redraw) RepaintGraphWindow(); return gtl;