From 506207c5ad080a8c400467f8ecf079169fd33049 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Sun, 1 Aug 2021 22:25:54 +0200 Subject: [PATCH] init GraphStart in Plot --- client/src/proxguiqt.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 8da7378a6..241d3c419 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -780,6 +780,7 @@ Plot::Plot(QWidget *parent) : QWidget(parent), GraphPixelsPerPoint(1) { CursorAPos = 0; CursorBPos = 0; + GraphStart = 0; GraphStop = 0; setWindowTitle(tr("Sliders"));