mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 20:39:55 +02:00
raise desktop when showing it
This commit is contained in:
parent
206f1ead1a
commit
c5ee1941d1
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