Make sure that mWebShell has the Show() method called on it when mWindow does. This fixes the xlib gray screen and should allow some hacks to be removed from the gtk code. Checkin approved by hyatt and cyeh.

This commit is contained in:
blizzard%redhat.com 1999-07-12 20:31:03 +00:00
Родитель 4ea345489f
Коммит 650089e50c
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -1818,6 +1818,7 @@ nsWebShellWindow::OnEndDocumentLoad(nsIDocumentLoader* loader,
// Always show the window at this point.
mWindow->Show(PR_TRUE);
mWebShell->Show();
return NS_OK;
}