init GraphStart in Plot

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

View File

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