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:
parent
146e25619c
commit
b6afa0b36e
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user