[Uml-devel] KDE/kdesdk/umbrello/umbrello
Sharan Rao
sharanrao at gmail.com
Mon Nov 12 22:26:24 UTC 2007
SVN commit 735903 by sharan:
Bug fix - association class was not moving smoothly with its correspoding association.
M +1 -0 toolbarstateassociation.cpp
--- trunk/KDE/kdesdk/umbrello/umbrello/toolbarstateassociation.cpp #735902:735903
@@ -81,6 +81,7 @@
getCurrentAssociation()->createAssocClassLine(
static_cast<ClassifierWidget*>(m_firstWidget),
getCurrentAssociation()->getLinePath()->onLinePath(m_pMouseEvent->pos()));
+ m_firstWidget->addAssoc( getCurrentAssociation() );
cleanAssociation();
}
More information about the umbrello-devel
mailing list