From 190be2bd434994b6caa98fa688699f7eed2644cc Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Fri, 6 Apr 2018 23:11:26 +0200 Subject: [PATCH] chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved. --- client/proxguiqt.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: