зеркало из https://github.com/mozilla/pjs.git
reverting part of rev 1.54 that caused a regression. code=jrgm r=jag,me
This commit is contained in:
Родитель
5fa7f3e19b
Коммит
665ec3003d
|
@ -753,7 +753,9 @@ nsWindowMediator::SetZPosition(
|
|||
return NS_ERROR_INVALID_ARG;
|
||||
else
|
||||
inPosition = nsIWindowMediator::zLevelTop;
|
||||
} else /* zLevelTop or zLevelBottom */
|
||||
}
|
||||
if (inPosition == nsIWindowMediator::zLevelTop ||
|
||||
inPosition == nsIWindowMediator::zLevelBottom)
|
||||
belowInfo = mTopmostWindow ? mTopmostWindow->mHigher : 0;
|
||||
|
||||
if (inInfo != belowInfo) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче