[Uml-devel] branches/KDE/3.5/kdesdk/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Sun Jul 15 09:39:05 UTC 2007
SVN commit 688175 by okellogg:
mouseMoveEvent(): Use raw pos of m_widget at call to UMLWidget::adjustUnselectedAssocs()
BUG:147810
M +1 -0 ChangeLog
M +1 -1 umbrello/umlwidgetcontroller.cpp
--- branches/KDE/3.5/kdesdk/umbrello/ChangeLog #688174:688175
@@ -7,6 +7,7 @@
* End Activity Symbol gets invalid when line thickness is increased (146925)
* The size of a fork/join is not restored (147069)
* Crash when changing the association type to containment (147202)
+* Moving component on diagram results in absurd shape of self-association (147810)
Version 1.5.71
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/umlwidgetcontroller.cpp #688174:688175
@@ -166,7 +166,7 @@
update = true;
lastUpdate.restart();
- m_widget->adjustUnselectedAssocs(position.x(), position.y());
+ m_widget->adjustUnselectedAssocs(m_widget->getX(), m_widget->getY());
}
while ((widget = it.current()) != 0) {
More information about the umbrello-devel
mailing list