chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved.

This commit is contained in:
iceman1001 2018-04-06 23:11:26 +02:00
parent eb2e3ce681
commit 190be2bd43

View file

@ -672,7 +672,8 @@ void Plot::keyPressEvent(QKeyEvent *event)
break;
case Qt::Key_Q:
this->hide();
//this->hide();
this->close();
break;
default: