[Uml-devel] kdesdk/umbrello/umbrello

Jonathan Riddell jri at jriddell.org
Fri Oct 24 01:55:01 UTC 2003


CVS commit by jriddell: 

Call setModified() after deleteting a canvas item.  This means you can 
undo delete actions.


  M +1 -0      umlview.cpp   1.105


--- kdesdk/umbrello/umbrello/umlview.cpp  #1.104:1.105
@@ -1134,4 +1134,5 @@ void UMLView::deleteSelection()
         //make sure list empty - it should be anyway, just a check.
         m_SelectedList.clear();
+        m_pDoc->setModified();
 }
 






More information about the umbrello-devel mailing list