[Uml-devel] kdesdk/umbrello/umbrello
Oliver Kellogg
okellogg at users.sourceforge.net
Fri Jan 14 09:57:07 UTC 2005
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