App: Document: recompute document upon delete

This commit is contained in:
blobfish
2016-04-12 18:12:04 +02:00
committed by Stefan Tröger
parent b2104e97e1
commit f35871f6b9
+1
View File
@@ -1124,6 +1124,7 @@ void StdCmdDelete::activated(int iMsg)
}
}
}
doCommand(Doc,"App.getDocument(\"%s\").recompute()", (*it)->getName());
}
}