diff --git a/mozilla/widget/src/mac/nsMacControl.cpp b/mozilla/widget/src/mac/nsMacControl.cpp index 3c7abc9478b..c2979335cb4 100644 --- a/mozilla/widget/src/mac/nsMacControl.cpp +++ b/mozilla/widget/src/mac/nsMacControl.cpp @@ -137,7 +137,7 @@ PRBool nsMacControl::OnPaint(nsPaintEvent &aEvent) } ::Draw1Control(mControl); -//ее ::ValidRect(&(*mControl)->contrlRect); + ::ValidRect(&(*mControl)->contrlRect); } return PR_FALSE; }