mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
coverity 303191
This commit is contained in:
parent
d5cc802e57
commit
a5bd3d7c32
1 changed files with 2 additions and 1 deletions
|
@ -638,11 +638,12 @@ Plot::Plot(QWidget *parent) : QWidget(parent), GraphStart(0), GraphPixelsPerPoin
|
||||||
palette.setColor(QPalette::Button, QColor(100, 100, 100));
|
palette.setColor(QPalette::Button, QColor(100, 100, 100));
|
||||||
setPalette(palette);
|
setPalette(palette);
|
||||||
setAutoFillBackground(true);
|
setAutoFillBackground(true);
|
||||||
|
|
||||||
CursorAPos = 0;
|
CursorAPos = 0;
|
||||||
CursorBPos = 0;
|
CursorBPos = 0;
|
||||||
|
GraphStop = 0;
|
||||||
|
|
||||||
setWindowTitle(tr("Sliders"));
|
setWindowTitle(tr("Sliders"));
|
||||||
|
|
||||||
master = parent;
|
master = parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue