[Uml-devel] kdesdk/umbrello/umbrello

Sebastian Stein seb.kde at hpfsc.de
Sun Jul 11 08:31:07 UTC 2004


CVS commit by sstein: 

add setModified calls


  M +4 -1      umlview.cpp   1.153


--- kdesdk/umbrello/umbrello/umlview.cpp  #1.152:1.153
@@ -2642,12 +2642,15 @@ void UMLView::slotMenuSelection(int sel)
                 case ListPopupMenu::mt_SnapToGrid:
                         toggleSnapToGrid();
+                        m_pDoc->setModified();
                         break;
 
                 case ListPopupMenu::mt_ShowSnapGrid:
                         toggleShowGrid();
+                        m_pDoc->setModified();
                         break;
 
                 case ListPopupMenu::mt_Properties:
-                        showPropDialog();
+                        if (showPropDialog() == true)
+                                m_pDoc->setModified();
                         break;
 






More information about the umbrello-devel mailing list