зеркало из https://github.com/mozilla/pjs.git
Bug 656131. Typo in nsWebShellWindow::ConstrainToOpenerScreen. r=felipe
This commit is contained in:
Родитель
a399a94f01
Коммит
0ffdbbfdfd
|
@ -791,7 +791,7 @@ void nsWebShellWindow::ConstrainToOpenerScreen(PRInt32* aX, PRInt32* aY)
|
|||
getter_AddRefs(screen));
|
||||
if (screen) {
|
||||
screen->GetAvailRect(&left, &top, &width, &height);
|
||||
if (*aX < left || *aY > left + width) {
|
||||
if (*aX < left || *aX > left + width) {
|
||||
*aX = left;
|
||||
}
|
||||
if (*aY < top || *aY > top + height) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче