diff options
author | stuconnolly <stuart02@gmail.com> | 2010-09-21 19:45:31 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2010-09-21 19:45:31 +0000 |
commit | fdb1acef702128747b8bb1a9b4d089ac5be7e945 (patch) | |
tree | d13992ec5a3aa7931256e6b4d50bccd50e98c13a /Source/SPColorWellCell.m | |
parent | ac4cc3dec0eb6207d487159e7b40ef18fde519a0 (diff) | |
download | sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.gz sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.tar.bz2 sequelpro-fdb1acef702128747b8bb1a9b4d089ac5be7e945.zip |
Add missing SVN properties and general comments tidy up.
Diffstat (limited to 'Source/SPColorWellCell.m')
-rw-r--r-- | Source/SPColorWellCell.m | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/SPColorWellCell.m b/Source/SPColorWellCell.m index 18d392b9..ce47ef83 100644 --- a/Source/SPColorWellCell.m +++ b/Source/SPColorWellCell.m @@ -24,12 +24,10 @@ #import "SPColorWellCell.h" - @implementation SPColorWellCell - (void) drawWithFrame:(NSRect)cellFrame inView:(NSView*)controlView { - // Set initial inset from cellFrame NSRect rect = NSInsetRect (cellFrame, 0.5, 0.5); @@ -59,7 +57,6 @@ // Draw the actual color as rect [(NSColor*) [self objectValue] set]; NSRectFillUsingOperation(NSInsetRect (rect, insetFactor, insetFactor), NSCompositeSourceOver); - } @end |