Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[gef-dev] Resize a GEF4 ZestFxUiView move all nodes (or how to disable auto layout)

Hello everyone,

If I manually resize a ZestFxUiView then all nodes from the graph are moved (confirmed by logging locations). I use an empty layout algorithm as I do not want to have the layout computed on every new node, every resize, etc. I was not able to find an option to disable it. Using an empty algorithm do not solve this issue.

I have attached a minimal class (~90 LOC) to reproduce the problem. Here is a GIF that illustrate it : http://g.recordit.co/ISWotaPhVb.gif

BTW, I use a mac with Oracle JVM 1.8.

I hope someone can give me some advice about this issue :)
Do not hesitate if you need more details.

Best,
Victor

Attachment: SampleView.java
Description: Binary data


Back to the top