From 4e753c2c4b339deb6b57b6dec482f9e05d2315e8 Mon Sep 17 00:00:00 2001 From: Thomas Rasch <thomas@fook.de> Date: Tue, 26 Jun 2012 16:37:05 +0200 Subject: [PATCH] o Bugfix: Give markers a chance to react on position changes --- MapView/Map/RMAnnotation.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MapView/Map/RMAnnotation.m b/MapView/Map/RMAnnotation.m index b3b62d5..1c0d66b 100644 --- a/MapView/Map/RMAnnotation.m +++ b/MapView/Map/RMAnnotation.m @@ -150,7 +150,7 @@ layer = aLayer; [layer retain]; layer.annotation = self; - layer.position = self.position; + [layer setPosition:self.position animated:NO]; } } -- libgit2 0.24.0