mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:17:45 +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: {
|
onPinnedChanged: {
|
||||||
if (pinned) {
|
if (pinned) {
|
||||||
|
d.raiseWindow(desktop);
|
||||||
desktop.focus = true;
|
desktop.focus = true;
|
||||||
desktop.forceActiveFocus();
|
desktop.forceActiveFocus();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue