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

Removal of data communicator needs to happen before call to super.rem… #11710

Merged
merged 4 commits into from
Sep 9, 2019

Conversation

TatuLund
Copy link
Contributor

@TatuLund TatuLund commented Sep 5, 2019

…ove()

Removal of data communicator needs to happen before call to super.remove() since super.remove() sets parent to null causing the NPE.

Fixes #11617


This change is Reviewable

…ove()

Removal of data communicator needs to happen before call to super.remove() since super.remove() sets parent to null causing the NPE.

Fixes #11617
Copy link
Member

@Ansku Ansku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed 1 of 1 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

Copy link
Member

@Ansku Ansku left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewable status: :shipit: complete! all files reviewed, all discussions resolved

@Ansku Ansku merged commit b379d6b into master Sep 9, 2019
@Ansku Ansku deleted the fix11617 branch September 9, 2019 07:11
@ZheSun88 ZheSun88 added this to the 8.9.1 milestone Sep 23, 2019
ZheSun88 pushed a commit that referenced this pull request Oct 3, 2019
…ove() (#11710)

Removal of data communicator needs to happen before call to super.remove() since super.remove() sets parent to null causing the NPE.

Fixes #11617
ZheSun88 pushed a commit that referenced this pull request Oct 4, 2019
…ove() (#11710)

Removal of data communicator needs to happen before call to super.remove() since super.remove() sets parent to null causing the NPE.

Fixes #11617
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.

Unable to remove a GridDragSource
3 participants