summaryrefslogtreecommitdiff
path: root/gui/qml/guiProxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/qml/guiProxy.h')
-rw-r--r--gui/qml/guiProxy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gui/qml/guiProxy.h b/gui/qml/guiProxy.h
index 2f49764f..ae172f48 100644
--- a/gui/qml/guiProxy.h
+++ b/gui/qml/guiProxy.h
@@ -82,6 +82,7 @@ public slots:
//we render commands page hidden, so the screen doesn't flicks.
this->object->guiWidget->show();
this->object->switcherWidget->addWidget(this->object->guiWidget);
+ this->object->guiWidget->setFocus(Qt::ActiveWindowFocusReason);
this->object->switcherWidget->setCurrentWidget(this->object->guiWidget);
}
}