+ Fixed initial highlighting bug in blur annotation.

This commit is contained in:
moritz haarmann
2014-04-28 11:08:57 +02:00
parent ce835a0cee
commit 2207f107e4

View File

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