only attempt tint refresh when on map
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | 90 | ||
91 | - (void)updateTintColor | 91 | - (void)updateTintColor |
92 | { | 92 | { |
93 | - if ( ! self.hasCustomLayer) | 93 | + if ( ! self.hasCustomLayer && ! CGPointEqualToPoint(self.position, CGPointZero)) |
94 | { | 94 | { |
95 | CGRect rect = CGRectMake(0, 0, 24, 24); | 95 | CGRect rect = CGRectMake(0, 0, 24, 24); |
96 | 96 |
-
Please register or login to post a comment