Changeset 422


Ignore:
Timestamp:
03/01/08 02:48:24 (16 years ago)
Author:
Nicholas Riley
Message:

ICeCoffEELabeledIconCell.[hm]: highlighting now, for better keyboard control; remove obsolete commented-out code

Location:
trunk/ICeCoffEE/ICeCoffEE
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEELabeledIconCell.h

    r319 r422  
    88
    99#import <ApplicationServices/ApplicationServices.h>
    10 #import "ICeCoffEENonHighlightingTextFieldCell.h"
     10#import <Cocoa/Cocoa.h>
    1111
    12 @interface ICeCoffEELabeledIconCell : ICeCoffEENonHighlightingTextFieldCell {
     12@interface ICeCoffEELabeledIconCell : NSTextFieldCell {
    1313@private
    1414    IconRef iconRef;
  • trunk/ICeCoffEE/ICeCoffEE/ICeCoffEELabeledIconCell.m

    r319 r422  
    108108        CGContextTranslateCTM(context, -imageFrame.origin.x, -imageFrame.origin.y);
    109109    }
    110     // XXX fix this
    111     // [self setAttributedStringValue:
    112     //     [[self stringValue] asAttributedStringTruncatedToWidth: cellFrame.size.width - 4]];
    113110    [super drawWithFrame: cellFrame inView: controlView];
    114111}
Note: See TracChangeset for help on using the changeset viewer.