mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 19:59:28 +02:00
Merge pull request #8203 from jherico/zorder
Ensure newly shown windows are popped to the top of the zorder
This commit is contained in:
commit
4c100ecc95
1 changed files with 3 additions and 0 deletions
|
@ -209,6 +209,9 @@ Fadable {
|
||||||
|
|
||||||
var targetVisibility = getTargetVisibility();
|
var targetVisibility = getTargetVisibility();
|
||||||
if (targetVisibility === visible) {
|
if (targetVisibility === visible) {
|
||||||
|
if (force) {
|
||||||
|
window.raise();
|
||||||
|
}
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue