From 2207f107e48d80ce3160354aee707fe6dfd23c15 Mon Sep 17 00:00:00 2001 From: moritz haarmann Date: Mon, 28 Apr 2014 11:08:57 +0200 Subject: [PATCH] + Fixed initial highlighting bug in blur annotation. --- Classes/BITImageAnnotationViewController.m | 1 + 1 file changed, 1 insertion(+) diff --git a/Classes/BITImageAnnotationViewController.m b/Classes/BITImageAnnotationViewController.m index 0974412967..a154af21a3 100644 --- a/Classes/BITImageAnnotationViewController.m +++ b/Classes/BITImageAnnotationViewController.m @@ -212,6 +212,7 @@ typedef NS_ENUM(NSInteger, BITImageAnnotationViewControllerInteractionMode) { [self.currentAnnotation setNeedsLayout]; [self.currentAnnotation layoutIfNeeded]; } else { + [self.currentAnnotation setSelected:NO]; self.currentAnnotation = nil; self.currentInteraction = BITImageAnnotationViewControllerInteractionModeNone; }