Merge pull request #8203 from jherico/zorder

Ensure newly shown windows are popped to the top of the zorder
This commit is contained in:
Brad Hefta-Gaub 2016-07-07 16:14:50 -07:00 committed by GitHub
commit 4c100ecc95

View file

@ -209,6 +209,9 @@ Fadable {
var targetVisibility = getTargetVisibility();
if (targetVisibility === visible) {
if (force) {
window.raise();
}
return;
}