| Summary: | Optimize Connection#refresh() | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF FX | Assignee: | gef-inbox <gef-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | matthias.wienand |
| Version: | 0.2.0 | ||
| Target Milestone: | 4.0.0 / 3.11.0 (Neon) M5 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
I ensured that Connection#refresh() does not remove and add the curve node, but only update its geometry. The curve node is already added within the constructor now. Therefore, anchors are not detached/attached in Zest upon EdgeContentPart#refreshVisual() anymore. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M5. |