Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

problem with arrow color #116

Open
phucnd0604 opened this issue Jul 30, 2015 · 1 comment
Open

problem with arrow color #116

phucnd0604 opened this issue Jul 30, 2015 · 1 comment

Comments

@phucnd0604
Copy link

when i use:
popover.tint = FPPopoverWhiteTint;
if arrow direction is up the color of arrow always black, not change to white like other arrow direction. Please help!

@petr-fiala
Copy link

i have the same problem...

else if(self.tint == FPPopoverWhiteTint)
{
colors[0] = colors[1] = colors[2] = 1.0;
colors[0] = colors[1] = colors[2] = 1.0;
colors[3] = colors[7] = 1.0;
}

there is a mistake in indexes, second line should be colors[4] = colors[5] = colors[6] = 1.0;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants