зеркало из https://github.com/mozilla/gecko-dev.git
Make statusbar appear without requiring window resize
This commit is contained in:
Родитель
04dea9e450
Коммит
59287c59f8
|
@ -511,7 +511,8 @@ nsBrowserWindow::Init(nsIAppShell* aAppShell,
|
|||
}
|
||||
|
||||
// Now lay it all out
|
||||
Layout(r.width, r.height);
|
||||
mWindow->Resize(0, 0, PR_FALSE); // force resize
|
||||
mWindow->Resize(r.width, r.height, PR_FALSE);
|
||||
|
||||
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче