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.
git-svn-id: svn://10.0.0.236/trunk@39015 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -1818,6 +1818,7 @@ nsWebShellWindow::OnEndDocumentLoad(nsIDocumentLoader* loader,
|
||||
|
||||
// Always show the window at this point.
|
||||
mWindow->Show(PR_TRUE);
|
||||
mWebShell->Show();
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user