init GraphStart in Plot

This commit is contained in:
Philippe Teuwen 2021-08-01 22:25:54 +02:00
commit 506207c5ad

View file

@ -780,6 +780,7 @@ Plot::Plot(QWidget *parent) : QWidget(parent), GraphPixelsPerPoint(1) {
CursorAPos = 0; CursorAPos = 0;
CursorBPos = 0; CursorBPos = 0;
GraphStart = 0;
GraphStop = 0; GraphStop = 0;
setWindowTitle(tr("Sliders")); setWindowTitle(tr("Sliders"));