3
0
Fork 0
mirror of https://github.com/lubosz/overte.git synced 2025-04-12 17:11:06 +02:00

Merge pull request from howard-stearns/raise-desktop-when-showing-it

raise desktop when showing it
This commit is contained in:
Andrew Meadows 2016-11-04 10:45:05 -07:00 committed by GitHub
commit 836aad7d0b

View file

@ -312,6 +312,7 @@ FocusScope {
onPinnedChanged: {
if (pinned) {
d.raiseWindow(desktop);
desktop.focus = true;
desktop.forceActiveFocus();