diff --git a/iphone/Classes/TiUIButton.m b/iphone/Classes/TiUIButton.m index 81c5cc501e9..23897a8d35f 100644 --- a/iphone/Classes/TiUIButton.m +++ b/iphone/Classes/TiUIButton.m @@ -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]; }