mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-03 22:53:58 +08:00
chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved.
This commit is contained in:
parent
eb2e3ce681
commit
190be2bd43
1 changed files with 2 additions and 1 deletions
|
@ -672,7 +672,8 @@ void Plot::keyPressEvent(QKeyEvent *event)
|
|||
break;
|
||||
|
||||
case Qt::Key_Q:
|
||||
this->hide();
|
||||
//this->hide();
|
||||
this->close();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue