зеркало из https://github.com/mozilla/pjs.git
use widget::GetScreenBounds to return window position. bug 5998. r:pierre.
This commit is contained in:
Родитель
dc0d8d142b
Коммит
dc38085a11
|
@ -2719,7 +2719,7 @@ NS_IMETHODIMP nsWebShellWindow::GetContentBounds(nsRect& aResult)
|
|||
|
||||
NS_IMETHODIMP nsWebShellWindow::GetWindowBounds(nsRect& aResult)
|
||||
{
|
||||
mWindow->GetBounds(aResult);
|
||||
mWindow->GetScreenBounds(aResult);
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче