Changeset 422 for trunk/ICeCoffEE
- Timestamp:
- 03/01/08 02:48:24 (17 years ago)
- Location:
- trunk/ICeCoffEE/ICeCoffEE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEELabeledIconCell.h
r319 r422 8 8 9 9 #import <ApplicationServices/ApplicationServices.h> 10 #import "ICeCoffEENonHighlightingTextFieldCell.h"10 #import <Cocoa/Cocoa.h> 11 11 12 @interface ICeCoffEELabeledIconCell : ICeCoffEENonHighlightingTextFieldCell {12 @interface ICeCoffEELabeledIconCell : NSTextFieldCell { 13 13 @private 14 14 IconRef iconRef; -
trunk/ICeCoffEE/ICeCoffEE/ICeCoffEELabeledIconCell.m
r319 r422 108 108 CGContextTranslateCTM(context, -imageFrame.origin.x, -imageFrame.origin.y); 109 109 } 110 // XXX fix this111 // [self setAttributedStringValue:112 // [[self stringValue] asAttributedStringTruncatedToWidth: cellFrame.size.width - 4]];113 110 [super drawWithFrame: cellFrame inView: controlView]; 114 111 }
Note:
See TracChangeset
for help on using the changeset viewer.