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

fix crash issue, since there is getter to make sure it is not null (Lazy… #416

Closed
wants to merge 1 commit into from

Conversation

KerryJava
Copy link

… init), there is no need to keep this line

fix:
#406

@KerryJava KerryJava changed the title fix crash issue, since there is getter make sure it is not null (Lazy… fix crash issue, since there is getter to make sure it is not null (Lazy… Sep 24, 2015
@liuxuan30
Copy link
Member

Let's hold for a while until we know what happens here causing the crash.

@liuxuan30
Copy link
Member

Per the discussion in #406, I think it's better to assign it to a local variable and then assign it to fillFormatter to workaround the crash.

deleting the line is not good, since there is one method being used by line chart renderer->drawCubicFill and drawLinearFill. Once you enable filling, it will crash.

@danielgindi
Copy link
Collaborator

This is clearly not a fix, but removing a feature. The problem is in the compiler.

@danielgindi danielgindi closed this Oct 1, 2015
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

Successfully merging this pull request may close these issues.

4 participants