mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-20 21:33:19 -07:00
fix gui (plot) bugs (#604)
G keypress event would cause a crash if no data Q keypress didn't work. Thanks to @iceman1001 for identifying and providing the fixes.
This commit is contained in:
parent
0000a4cda2
commit
e8924be8ba
2 changed files with 5 additions and 1 deletions
|
@ -28,6 +28,7 @@
|
|||
class Plot: public QWidget
|
||||
{
|
||||
private:
|
||||
QWidget *master;
|
||||
int GraphStart;
|
||||
double GraphPixelsPerPoint;
|
||||
int CursorAPos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue