mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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();
|
||||
if (targetVisibility === visible) {
|
||||
if (force) {
|
||||
window.raise();
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue