Made the webshell have a 3D border

This commit is contained in:
rods%netscape.com 1998-11-05 14:15:50 +00:00
Родитель 9cf5029cc2
Коммит 869d138770
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -471,7 +471,7 @@ nsBrowserWindow::Init(nsIAppShell* aAppShell,
rv = mWebShell->Init(mWindow->GetNativeData(NS_NATIVE_WIDGET),
r.x, r.y, r.width, r.height,
nsScrollPreference_kAuto,
aAllowPlugins);
aAllowPlugins, PR_TRUE);
mWebShell->SetContainer((nsIWebShellContainer*) this);
mWebShell->SetObserver((nsIStreamObserver*)this);
mWebShell->SetPrefs(aPrefs);