Authored by Justin R. Miller

only attempt tint refresh when on map

@@ -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