eckig / graph-editor

A library for creating and editing graph-like diagrams in JavaFX.
Eclipse Public License 1.0
167 stars 21 forks source link

Switch connection Detour/Gaps no refresh view container #193

Closed syluna closed 5 months ago

syluna commented 5 months ago

To reproduce setup Demo application in 19.0.0 Menu File -> Load Sample -> Default Skins Large

When graph is load you can see Detours conexion.

Go to menu Settings -> Intersection Style -> Gaps The view is not refresh... Connections allway in detours in graph view but in data Gaps is correctly setted

If you do Action Add Node (not is add to the view and Connection is correctly redraw in Gaps

eckig commented 5 months ago

Thanks, I'll look into it.

syluna commented 5 months ago

I'm searching too because I need to use in this great lib. If I found before you I do PR

eckig commented 5 months ago

Should be fixed with the latest commit.

syluna commented 5 months ago

Thanks I test and back result.

syluna commented 5 months ago

Fixed !