git.ithinksw.org
/
ITKit.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Lots more stuff merged in. Added an ITImageView/ITImageCell object to allow smooth...
[ITKit.git]
/
ITTextFieldCell.m
diff --git
a/ITTextFieldCell.m
b/ITTextFieldCell.m
index
00d54f6
..
aeb6ca7
100755
(executable)
--- a/
ITTextFieldCell.m
+++ b/
ITTextFieldCell.m
@@
-1,5
+1,5
@@
#import "ITTextFieldCell.h"
#import "ITTextFieldCell.h"
-#import <
CoreGraphics/CoreGraphic
s.h>
+#import <
ApplicationServices/ApplicationService
s.h>
#import "ITCoreGraphicsHacks.h"
#import "ITCoreGraphicsHacks.h"
@@
-15,7
+15,7
@@
#pragma mark INITIALIZATION METHODS
/*************************************************************************/
#pragma mark INITIALIZATION METHODS
/*************************************************************************/
-- (id)initTextCell:(NSString *)string
;
+- (id)initTextCell:(NSString *)string
{
if ( ( self = [super initTextCell:string] ) ) {
castsShadow = NO;
{
if ( ( self = [super initTextCell:string] ) ) {
castsShadow = NO;
@@
-24,7
+24,7
@@
shadowAmbient = 0.15;
shadowHeight = 1.00;
shadowRadius = 4.00;
shadowAmbient = 0.15;
shadowHeight = 1.00;
shadowRadius = 4.00;
- shadowSaturation = 1.
2
;
+ shadowSaturation = 1.
0
;
}
return self;
}
return self;