Closed
Bug 122872
Opened 24 years ago
Closed 24 years ago
mach-o bustage in nsNativeThemeMac.cpp
Categories
(Core :: Layout, defect, P3)
Tracking
()
CLOSED
FIXED
People
(Reporter: darin.moz, Assigned: darin.moz)
Details
mach-o bustage in nsNativeThemeMac.cpp
| Assignee | ||
Comment 1•24 years ago
|
||
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
| Assignee | ||
Comment 2•24 years ago
|
||
marking FIXED
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•24 years ago
|
Priority: -- → P3
Comment 3•24 years ago
|
||
heh. oops. thanks for the fix darin.
Comment 4•24 years ago
|
||
Anyway QA can verify this ?
You need to log in
before you can comment on or make changes to this bug.
Description
•