| Summary: | Resizing connections (as part of multi-selection) fails within Logo example. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF MVC | 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) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
The exception was caused by an error within the FXResizePolicy which did not call super#commit() in all cases within its own #commit() method. The super call is necessary so that the initialized flag will be set to false. I ensured that super#commit() is called to fix the issue. The code is published on the master branch, therefore, I resolve this ticket as fixed for 3.11.0M4. |