Summary: | Class diagram is not updated when dropping a class inside other in the tree view | ||
---|---|---|---|
Product: | [Applications] umbrello | Reporter: | Marcos Mayorga <drmay_en> |
Component: | general | Assignee: | Oliver Kellogg <okellogg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Marcos Mayorga
2004-12-16 10:58:07 UTC
Since not all diagrams show all associations it's impossible to automatically add all associations because they may not be wanted. I think is more consistent if the relationship is shown by default, and then the user can remove it if he wants. This must have the same argument that the one taken when decided that a class dropped to a diagram shows its relationships with the others. CVS commit by okellogg: UMLView::updateContainment(): New. Synchronizes containment association with changed model object parentage. BUG:95247 M +2 -2 ChangeLog 1.59 M +3 -2 umbrello/umllistview.cpp 1.144 M +55 -2 umbrello/umlview.cpp 1.202 M +10 -0 umbrello/umlview.h 1.68 |