[Uml-devel] KDE/kdesdk/umbrello/umbrello

Ralf Habacker Ralf.Habacker at freenet.de
Fri Jan 16 08:24:33 UTC 2009


SVN commit 911805 by habacker:

bug fix: when adding new class widgets to a class diagram init the public only attribute from the current diagram setting

 M  +1 -1      classifierwidget.cpp  


--- trunk/KDE/kdesdk/umbrello/umbrello/classifierwidget.cpp #911804:911805
@@ -50,7 +50,7 @@
     const Settings::OptionState& ops = m_pView->getOptionState();
     m_bShowAccess = ops.classState.showVisibility;
     m_bShowOperations = ops.classState.showOps;
-    m_bShowPublicOnly = false;
+    m_bShowPublicOnly = ops.classState.showPublicOnly;
     m_bShowPackage = ops.classState.showPackage;
     m_ShowAttSigs = Uml::st_ShowSig;
     /* setShowOpSigs( ops.classState.showOpSig );




More information about the umbrello-devel mailing list