X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9d6a9fdd13ab25f0ac7c54a3ec8098f8b5c1d118..5b5035ce5b432a4535a830debcb8ed26b7e1ec7b:/contrib/docs/latex/ogl/sample.tex?ds=inline diff --git a/contrib/docs/latex/ogl/sample.tex b/contrib/docs/latex/ogl/sample.tex index 4e0a437d39..da0c613256 100644 --- a/contrib/docs/latex/ogl/sample.tex +++ b/contrib/docs/latex/ogl/sample.tex @@ -63,7 +63,7 @@ copes with this by treating each arc deletion as a separate command, and sending Cut commands recursively, providing an undo path. Undoing such a Cut will only undo one command at a time - not a one to one correspondence with the original command - but it's a reasonable -compromise and preserves Do/Undo whilst keeping our DiagramCommand class +compromise and preserves Do/Undo while keeping our DiagramCommand class simple. \section{Possible enhancements}