mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Merge pull request #8997 from howard-stearns/raise-desktop-when-showing-it
raise desktop when showing it
This commit is contained in:
commit
836aad7d0b
1 changed files with 1 additions and 0 deletions
|
@ -312,6 +312,7 @@ FocusScope {
|
|||
|
||||
onPinnedChanged: {
|
||||
if (pinned) {
|
||||
d.raiseWindow(desktop);
|
||||
desktop.focus = true;
|
||||
desktop.forceActiveFocus();
|
||||
|
||||
|
|
Loading…
Reference in a new issue