mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-26 09:45:16 +03:00
[Simulator] Remove keyboard grabbing, causing issues in Linux.
This commit is contained in:
parent
4d4a7471f3
commit
992c4c4822
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ SimulatorDialog::SimulatorDialog(QWidget * parent, SimulatorInterface *simulator
|
|||
middleButtonPressed(false)
|
||||
{
|
||||
setWindowFlags(Qt::Window);
|
||||
grabKeyboard();
|
||||
|
||||
new QShortcut(QKeySequence(Qt::Key_F1), this, SLOT(showHelp()));
|
||||
new QShortcut(QKeySequence(Qt::Key_F4), this, SLOT(openTelemetrySimulator()));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue