*** empty log message ***

git-svn-id: svn://10.0.0.236/trunk@48623 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dcone%netscape.com
1999-09-21 21:19:03 +00:00
parent f188aa6f77
commit 93ccfc6825

View File

@@ -676,11 +676,7 @@ NS_IMETHODIMP nsMacWindow::Resize(PRInt32 aWidth, PRInt32 aHeight, PRBool aRepai
PRBool nsMacWindow::OnPaint(nsPaintEvent &event)
{
//if (eWindowType_popup == mWindowType) {
//return PR_TRUE;
//}else {
return PR_FALSE; // don't dispatch the update event
//}
return PR_TRUE; // don't dispatch the update event
}
//-------------------------------------------------------------------------