App: Document: recompute document upon delete

This commit is contained in:
blobfish 2015-05-03 13:38:35 -04:00 committed by Stefan Tröger
parent b2104e97e1
commit f35871f6b9

View File

@ -1124,6 +1124,7 @@ void StdCmdDelete::activated(int iMsg)
}
}
}
doCommand(Doc,"App.getDocument(\"%s\").recompute()", (*it)->getName());
}
}