Remove a diagram doesn't save the project anymore

This commit is contained in:
joshua 2019-12-20 18:32:55 +01:00
parent f7c183c9a9
commit 523e6692ad

View File

@ -446,12 +446,8 @@ void ProjectView::removeDiagram(DiagramView *diagram_view)
delete diagram_view;
emit(diagramRemoved(diagram_view));
//Make definitve the withdrawal
m_project -> write();
updateAllTabsTitle();
m_project -> setModified(true);
}
/**