refs #181 for correctness
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -1788,7 +1788,7 @@ | @@ -1788,7 +1788,7 @@ | ||
1788 | [CATransaction begin]; | 1788 | [CATransaction begin]; |
1789 | [CATransaction setDisableActions:YES]; | 1789 | [CATransaction setDisableActions:YES]; |
1790 | 1790 | ||
1791 | - _draggedAnnotation.position = [recognizer locationInView:_overlayView]; | 1791 | + _draggedAnnotation.position = [recognizer locationInView:self]; |
1792 | 1792 | ||
1793 | [CATransaction commit]; | 1793 | [CATransaction commit]; |
1794 | } | 1794 | } |
-
Please register or login to post a comment