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

Sebastian Stein seb.kde at hpfsc.de
Tue Aug 12 12:21:09 UTC 2003


CVS commit by sstein: 

fix bug 57887: Property changes in a diagram are not automatically applied to all widgets in the diagram. The new properties are only used for the next widget to be added to the diagram. This is the normal GUI behaviour. On the downside, now it is impossible to change properties of different widget with one action.


  M +1 -1      umlviewdialog.cpp   1.19


--- kdesdk/umbrello/umbrello/dialogs/umlviewdialog.cpp  #1.18:1.19
@@ -144,5 +144,5 @@ void UMLViewDialog::applyPage( Page page
                         }
                         m_pOptionsPage->updateUMLWidget();
-                        m_pView->setClassWidgetOptions( m_pOptionsPage );
+                        //m_pView->setClassWidgetOptions( m_pOptionsPage );
                         m_pOptionsPage->setWidget( m_pTempWidget );
                         options.classState.showAtts = m_pTempWidget->getShowAtts();






More information about the umbrello-devel mailing list