mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
init GraphStart in Plot
This commit is contained in:
parent
9b90250434
commit
506207c5ad
1 changed files with 1 additions and 0 deletions
|
@ -780,6 +780,7 @@ Plot::Plot(QWidget *parent) : QWidget(parent), GraphPixelsPerPoint(1) {
|
|||
|
||||
CursorAPos = 0;
|
||||
CursorBPos = 0;
|
||||
GraphStart = 0;
|
||||
GraphStop = 0;
|
||||
|
||||
setWindowTitle(tr("Sliders"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue