diff --git a/client/proxguiqt.cpp b/client/proxguiqt.cpp index ebd19a7d4..47cb7d637 100644 --- a/client/proxguiqt.cpp +++ b/client/proxguiqt.cpp @@ -672,7 +672,8 @@ void Plot::keyPressEvent(QKeyEvent *event) break; case Qt::Key_Q: - this->hide(); + //this->hide(); + this->close(); break; default: