Opened 18 years ago
Closed 18 years ago
#79 closed defect (fixed)
After source changes, netports keep garbage edges
Reported by: | ginkel | Owned by: | ginkel |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | PromotGuiBase | Version: | 0.7.2 |
Severity: | fatal | Keywords: | |
Cc: |
Description
When updating a class with MDL, the updated Model contains netports with old edges.
Change History (1)
comment:1 Changed 18 years ago by ginkel
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
This has been fixed in #6828
However, for implementing undo and redo properly, we probably have to use a different scheme of object identification. The real objects are gone after a dispose action. The undo can only recreate a new object that is equal, but not the same object.