[Uml-devel] [Bug 96964] Image export lacks note text

Oliver Kellogg okellogg at users.sourceforge.net
Fri Jan 14 09:57:15 UTC 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=96964         




------- Additional Comments From okellogg users sourceforge net  2005-01-14 18:56 -------
CVS commit by okellogg: 

loadFromXMI(): Call changeCurrentView() also in the tabbed-diagram config.
CCBUG:96964


  M +1 -1      umldoc.cpp   1.232


--- kdesdk/umbrello/umbrello/umldoc.cpp  #1.231:1.232
 @ -2168,9 +2168,9  @ bool UMLDoc::loadFromXMI( QIODevice & fi
                 viewToBeSet = findView( m_nViewID );
         if (viewToBeSet) {
+                changeCurrentView( m_nViewID );
                 Settings::OptionState optionState = UMLApp::app()->getOptionState();
                 if (optionState.generalState.tabdiagrams) {
                         UMLApp::app()->tabWidget()->showPage(viewToBeSet);
                 } else {
-                        changeCurrentView( m_nViewID );
                         // Make sure we have a treeview item for each diagram.
                         // It may happen that we are missing them after switching off




More information about the umbrello-devel mailing list