mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fix mach-o bustage
This commit is contained in:
parent
86ec108cc9
commit
d267b69948
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user