[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Thu Jun 7 21:11:54 UTC 2007
SVN commit 672693 by okellogg:
setName(): Patch by Danny Beullens <dbeullens_at_tiscalinet.be> makes the name visible.
Thanks Danny. (Too bad this didn't make it into 1.5.71, released a few moments earlier)
M +2 -0 associationwidget.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/associationwidget.cpp #672692:672693
@@ -336,6 +336,8 @@
m_pName->setActivated();
m_pView->addWidget(m_pName);
}
+
+ m_pName->show();
}
void AssociationWidget::setFloatingText(Uml::Text_Role tr,
More information about the umbrello-devel
mailing list