[Uml-devel] [Bug 57878] Association line nodes don't drag along with multiply-selected classes

Oliver Kellogg okellogg at users.sourceforge.net
Fri Feb 2 18:02:25 UTC 2007


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=57878         




------- Additional Comments From okellogg users sourceforge net  2007-02-02 19:02 -------
> [...] the bug as described above is still there. 

Go to line 176 in
kdesdk-3.5.6/umbrello/umbrello/umlwidgetcontroller.cpp :

    for (AssociationWidgetListIt ai(awl); (aw = ai.current()) != NULL; ++ai) {
        if (aw->getSelected()) {
            aw->moveEntireAssoc(diffX, diffY);  // line 176
        }
    }

If the code does not look like that then you have the wrong umbrello version.
If the code does look like that then please reopen the bug and provide an
exact step-by-step instruction for recreating the problem.




More information about the umbrello-devel mailing list