Skip to content

Commit

Permalink
[TIMOB-23666] iOS: Button setting backgroundImage doesn't appear to work
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelkPetkov committed Jul 20, 2016
1 parent ee99674 commit 7ee97f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIButton.m
Expand Up @@ -263,7 +263,7 @@ -(void)setBackgroundImage_:(id)value
{
[backgroundImageCache release];
RELEASE_TO_NIL(backgroundImageUnstretchedCache);
backgroundImageCache = [[self loadImage:value] retain];
backgroundImageCache = [TiUtils loadBackgroundImage:value forProxy:[self proxy]];
self.backgroundImage = value;
[self updateBackgroundImage];
}
Expand Down

0 comments on commit 7ee97f4

Please sign in to comment.