chg: 'data plot' - keypress Q doesn't hide / close window.. still unsolved.
This commit is contained in:
@@ -672,7 +672,8 @@ void Plot::keyPressEvent(QKeyEvent *event)
|
||||
break;
|
||||
|
||||
case Qt::Key_Q:
|
||||
this->hide();
|
||||
//this->hide();
|
||||
this->close();
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user