fix mach-o bustage

This commit is contained in:
darin%netscape.com 2005-08-20 07:12:44 +00:00
parent 86ec108cc9
commit d267b69948

View File

@ -664,10 +664,12 @@ nsNativeThemeMac::DrawWidgetBackground(nsIRenderingContext* aContext, nsIFrame*
break;
case NS_THEME_TOOLTIP:
RGBColor yellow = {65535,65535,45000};
::RGBBackColor(&yellow);
::EraseRect(&macRect);
break;
{
RGBColor yellow = {65535,65535,45000};
::RGBBackColor(&yellow);
::EraseRect(&macRect);
break;
}
case NS_THEME_CHECKBOX:
DrawCheckbox ( macRect, IsChecked(aFrame), IsDisabled(aFrame), eventState );