From 82c1b7aa7d11e4923eb8395fe58c9453d3478c41 Mon Sep 17 00:00:00 2001 From: Soroush Pour Date: Tue, 4 Jun 2013 00:12:56 -0600 Subject: [PATCH] Fixed FPPoverWhiteTint top edge not being assigned white tint colour issue. --- FPPopoverView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FPPopoverView.m b/FPPopoverView.m index f3bf62e..10fc166 100644 --- a/FPPopoverView.m +++ b/FPPopoverView.m @@ -338,7 +338,7 @@ -(CGGradientRef)newGradient else if(self.tint == FPPopoverWhiteTint) { colors[0] = colors[1] = colors[2] = 1.0; - colors[0] = colors[1] = colors[2] = 1.0; + colors[4] = colors[5] = colors[6] = 1.0; colors[3] = colors[7] = 1.0; }