We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f19470a commit c8b4238Copy full SHA for c8b4238
1 file changed
WYPopoverController/WYPopoverController.m
@@ -1031,18 +1031,6 @@ - (void)drawLayer:(CALayer *)layer inContext:(CGContextRef)context
1031
1032
reducedOuterCornerRadius = MIN(reducedOuterCornerRadius, outerCornerRadius);
1033
1034
- /*
1035
- if (borderWidth == 0 && outerCornerRadius > 0)
1036
- {
1037
- if ()
1038
1039
- result = outerCornerRadius;
1040
- }
1041
1042
- */
1043
-
1044
- NSLog(@"outerCornerRadius = %f", outerCornerRadius);
1045
1046
if (arrowDirection == WYPopoverArrowDirectionUp)
1047
{
1048
origin = CGPointMake(CGRectGetMidX(outerRect) + arrowOffset - arrowBase / 2, CGRectGetMinY(outerRect));
0 commit comments