[Uml-devel] kdesdk/umbrello/umbrello

Oliver Kellogg Oliver.Kellogg at t-online.de
Sun Aug 3 06:15:09 UTC 2003


CVS commit by okellogg: 

activateAfterLoad(): Set the m_pData->m_View.


  M +3 -0      umlview.cpp   1.64


--- kdesdk/umbrello/umbrello/umlview.cpp  #1.63:1.64
@@ -1918,4 +1918,7 @@ bool UMLView::activateAfterLoad(bool bUs
                         beginPartialWidgetPaste();
                 }
+                // set the UMLViewData::m_View
+                if ( m_pData -> getView() == NULL )
+                        m_pData -> setView( this );
                 //create and activate regular widgets first
                 UMLWidgetDataListIt w_it( m_pData -> m_WidgetList );






More information about the umbrello-devel mailing list