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: Graph nodes using the tree layout have an empty size. #444

Merged
merged 1 commit into from
May 16, 2024

Conversation

ptziegler
Copy link
Contributor

Can be reproduced using the GraphJFaceSnippet6. The problem occurs because a size() == 0 check has been wrongfully replaced with a !isEmpty().

See #443 Amends 2e860ac

Can be reproduced using the GraphJFaceSnippet6. The problem occurs
because a size() == 0 check has been wrongfully replaced with a
!isEmpty().

See eclipse#443
Amends 2e860ac
Copy link
Contributor

@azoitl azoitl left a comment

Choose a reason for hiding this comment

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

Stupid me and copy paste

@azoitl azoitl merged commit 8928041 into eclipse:master May 16, 2024
9 checks passed
@ptziegler ptziegler deleted the fix-treelayout branch May 17, 2024 04:06
@ptziegler ptziegler added this to the 3.20.0 milestone May 25, 2024
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.

None yet

2 participants