commented out the setting of the statusbar's background color

git-svn-id: svn://10.0.0.236/trunk@6077 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com 1998-07-21 18:03:15 +00:00
parent 146e25619c
commit b6afa0b36e

View File

@ -521,7 +521,7 @@ nsBrowserWindow::CreateStatusBar(PRInt32 aWidth)
mStatus->Create(mWindow, r, HandleLocationEvent, NULL);
mStatus->SetText("");
mStatus->SetForegroundColor(NS_RGB(255, 0, 0));
mStatus->SetBackgroundColor(NS_RGB(255, 255, 255));
//mStatus->SetBackgroundColor(NS_RGB(255, 255, 255));
mStatus->Show(PR_TRUE);
return NS_OK;