Fix hitTest

This commit is contained in:
Horcrux
2017-01-20 20:36:22 +08:00
parent 738b9a1536
commit 7bda68838c
+1 -1
View File
@@ -285,7 +285,7 @@
CGPathRelease(hitArea);
if (contains) {
CGPathRef clipPath = nil;
CGPathRef clipPath = [self getClipPath];
if (!clipPath) {
return self;