mirror of
https://github.com/lubosz/overte.git
synced 2025-04-12 17:11:06 +02: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