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 4a1698cf10
commit bc0699ae97

View File

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