From 93ccfc6825e0ac3c08089e99c201eb28d272270b Mon Sep 17 00:00:00 2001 From: "dcone%netscape.com" Date: Tue, 21 Sep 1999 21:19:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://10.0.0.236/trunk@48623 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/widget/src/mac/nsMacWindow.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/mozilla/widget/src/mac/nsMacWindow.cpp b/mozilla/widget/src/mac/nsMacWindow.cpp index b38e36666b4..e1c024919f2 100644 --- a/mozilla/widget/src/mac/nsMacWindow.cpp +++ b/mozilla/widget/src/mac/nsMacWindow.cpp @@ -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 } //-------------------------------------------------------------------------