Skip to content

Commit

Permalink
Merge pull request #5273 from srahim/timob-16317-32X
Browse files Browse the repository at this point in the history
[TIMOB-16317] 3_2_X : TriggerRow update when backgroundColor is being changed.
  • Loading branch information
pec1985 committed Jan 29, 2014
2 parents d79a164 + 27b1630 commit d485390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUITableViewRowProxy.m
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ -(void)propertyChanged:(NSString*)key oldValue:(id)oldValue newValue:(id)newValu
[callbackCell setNeedsDisplay];
} else if ([key isEqualToString:@"backgroundColor"]) {
[callbackCell setBackgroundColor:[[TiUtils colorValue:newValue] color]];
[callbackCell setNeedsDisplay];
[self triggerRowUpdate];
} else if ([key isEqualToString:@"accessibilityLabel"]){
callbackCell.accessibilityLabel = [TiUtils stringValue:newValue];
}
Expand Down

0 comments on commit d485390

Please sign in to comment.