Merge pull request #8997 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();