Changeset 588 for trunk/macosx/FilterBarView.m
- Timestamp:
- Jul 15, 2006, 8:33:53 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/macosx/FilterBarView.m
r586 r588 31 31 if ((self = [super initWithFrame: frameRect])) 32 32 { 33 fBackgroundColor = [[NSColor colorWithCalibratedRed: 0.7137 green: 0.7529 blue: 0.8118 alpha: 1.0] retain]; 33 fBackgroundColor = [[NSColor colorWithPatternImage: 34 [NSImage imageNamed: @"FilterBarBackground.tiff"]] retain]; 34 35 } 35 36 return self; … … 45 46 { 46 47 [fBackgroundColor set]; 48 [[NSGraphicsContext currentContext] setPatternPhase: [self frame].origin]; 47 49 NSRectFill([self bounds]); 48 50 }
Note: See TracChangeset
for help on using the changeset viewer.