[Uml-devel] branches/KDE/3.5/kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Wed Apr 18 04:05:06 UTC 2007
SVN commit 655249 by okellogg:
showDocumentation(UMLObject*, bool): Calling updateDocumentation() ruins the object->m_Doc.
CCBUG:144346
M +1 -2 docwindow.cpp
--- branches/KDE/3.5/kdesdk/umbrello/umbrello/docwindow.cpp #655248:655249
@@ -50,8 +50,7 @@
void DocWindow::showDocumentation( UMLObject * object, bool overwrite ) {
if( object == m_pUMLObject && !overwrite )
return;
- if( object != m_pUMLObject )
- updateDocumentation( true );
+
m_Showing = st_UMLObject;
if( !object ) {
m_pDocMLE->setText( m_pUMLDoc->getDocumentation() );
More information about the umbrello-devel
mailing list