| Summary: | Connection clipping not accurate for completely vertical or horizontal connections. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
It seems this is not a clipping but an update problem that was introduced when "optimizing" the Connection. Pushed the following changes to origin/master: - Add missing refresh in setWaypoints() - Ensure clipping is restored (to null) in case geometry is empty. Resolving as fixed in 3.11.0 M5. |