Bug 495535: titlebar should be visible after app launch, r=mfinkle

This commit is contained in:
Vivien Nicolas 2009-06-16 16:35:48 -04:00
parent 7b91ec68ec
commit 774e2a08cb

View File

@ -1242,6 +1242,9 @@ ProgressController.prototype = {
BrowserUI.update(TOOLBARSTATE_LOADED);
this.browser.docShell.isOffScreenBrowser = true;
if (Browser._isStartup) {
// force the urlbar into position
ws.panTo(0, -BrowserUI.toolbarH);
// now we can set the viewport to a real size and draw the page
ws.endUpdateBatch();
Browser._selectedTab.updateThumbnail();