Changeset 97032 in webkit
- Timestamp:
- Oct 9, 2011, 1:15:47 PM (13 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r97023 r97032 1 2011-10-09 Dan Bernstein <mitz@apple.com> 2 3 <rdar://problem/9484496> REGRESSION (WebKit2): Checkboxes and radio buttons are drawn 1 pixel too high, not repainted properly 4 https://bugs.webkit.org/show_bug.cgi?id=69727 5 6 Reviewed by Anders Carlsson. 7 8 * platform/mac/ThemeMac.mm: Made WebCoreFlippedView an NSControl subclass so that the NSButtonCell 9 used to draw checkboxes and radio buttons can make it its controlView, and consequently check and 10 obey its flippedness. 11 1 12 2011-10-09 Benjamin Poulain <benjamin@webkit.org> 2 13 -
trunk/Source/WebCore/platform/mac/ThemeMac.mm
r95901 r97032 38 38 39 39 // This is a view whose sole purpose is to tell AppKit that it's flipped. 40 @interface WebCoreFlippedView : NS View40 @interface WebCoreFlippedView : NSControl 41 41 @end 42 42
Note:
See TracChangeset
for help on using the changeset viewer.