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 } //-------------------------------------------------------------------------