Closed Bug 122872 Opened 24 years ago Closed 24 years ago

mach-o bustage in nsNativeThemeMac.cpp

Categories

(Core :: Layout, defect, P3)

PowerPC
macOS
defect

Tracking

()

CLOSED FIXED

People

(Reporter: darin.moz, Assigned: darin.moz)

Details

mach-o bustage in nsNativeThemeMac.cpp
checked in this change to fix the bustage: case NS_THEME_TOOLTIP: - RGBColor yellow = {65535,65535,45000}; - ::RGBBackColor(&yellow); - ::EraseRect(&macRect); - break; + { + RGBColor yellow = {65535,65535,45000}; + ::RGBBackColor(&yellow); + ::EraseRect(&macRect); + break; + }
Assignee: pinkerton → darin
marking FIXED
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Priority: -- → P3
heh. oops. thanks for the fix darin.
Anyway QA can verify this ?
nah.. bustage fixed. marking CLOSED.
Status: RESOLVED → CLOSED
You need to log in before you can comment on or make changes to this bug.