Changeset 2042
- Timestamp:
- 10/21/04 18:52:14 (4 years ago)
- Files:
-
- trunk/AICustomTabCell.m (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/AICustomTabCell.m
r2041 r2042 251 251 252 252 //Draw the right cap 253 [tabFrontRight compositeToPoint:NSMakePoint(middleRightEdge, rect.origin.y) operation:NSCompositeSourceOver fraction:( [tabViewItem isEnabled] ? 1. : 0.5 )];253 [tabFrontRight compositeToPoint:NSMakePoint(middleRightEdge, rect.origin.y) operation:NSCompositeSourceOver]; 254 254 255 255 }else if(highlighted){ … … 271 271 destPoint = [self _tabIconRect].origin; 272 272 } 273 [leftIcon compositeToPoint:destPoint operation:NSCompositeSourceOver ];273 [leftIcon compositeToPoint:destPoint operation:NSCompositeSourceOver fraction:( hoveringClose || [tabViewItem isEnabled] ? 1. : 0.5 )]; 274 274 275 275 //Move over for label drawing. We always move based on the tab icon and not on the close button. This prevents
