[Uml-devel] kdesdk/umbrello/umbrello
Jonathan Riddell
jri at jriddell.org
Thu May 27 16:48:05 UTC 2004
CVS commit by jriddell:
Patch from Raymond Bosman <bosman_AT_hetnet.nl>
for beastie 71265: blank diagram is erroneously marked modified
M +2 -0 toolbarstatemessages.cpp 1.3
M +0 -1 umlview.cpp 1.138
--- kdesdk/umbrello/umbrello/toolbarstatemessages.cpp #1.2:1.3
@@ -109,4 +109,6 @@ void ToolBarStateMessages::mouseRelease(
m_pSelectedWidget = 0;
}
+
+ m_pUMLView->getDocument()->setModified();
}
--- kdesdk/umbrello/umbrello/umlview.cpp #1.137:1.138
@@ -341,5 +341,4 @@ void UMLView::contentsMouseReleaseEvent(
// TODO: Move to the toolbar states.
resizeCanvasToItems();
- m_pDoc->setModified();
More information about the umbrello-devel
mailing list