summaryrefslogtreecommitdiffstats
path: root/Classes
diff options
context:
space:
mode:
authormatt handler <matt.handler@gmail.com>2011-04-22 14:25:13 -0400
committermatt handler <matt.handler@gmail.com>2011-04-22 14:25:13 -0400
commit35a6300294fc7f995a6b46e1c3df986a7b202633 (patch)
treed7711b413443404d7a88b318b7ddc9050045d146 /Classes
parent2f149ab70eebd5b6a0c1c89528f1db0b2396fd26 (diff)
downloadpiccast-app-35a6300294fc7f995a6b46e1c3df986a7b202633.tar.gz
piccast-app-35a6300294fc7f995a6b46e1c3df986a7b202633.zip
crop image, but still fails if cell dequeues before download happens
Diffstat (limited to 'Classes')
-rwxr-xr-xClasses/HJObjManager.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/Classes/HJObjManager.m b/Classes/HJObjManager.m
index e1ef862..7a495ef 100755
--- a/Classes/HJObjManager.m
+++ b/Classes/HJObjManager.m
@@ -94,6 +94,11 @@
if (handler==nil) {
//was not in loadingHandlers or memCache. have to make a new handler to load image
handler = [[HJMOHandler alloc] initWithOid:user.oid url:user.url objManager:self];
+
+ if ([user squareCropped]) {
+ handler.squareCropped = true;
+ }
+
handlerWasAllocedInThisCall=YES;
} else {
//NSLog(@"HJCache loading from memCache");