Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Word Export: prevent cross-thread exception (#184)
* Word Export: prevent cross-thread exception Use InvokeRequired and Invoke to re-execute the TextForReal call. Notes: - XHTML export is also calling this from a different thread but we were not seeing this error because the text string was the same as the current value so no change was made. - The exception was only happening when there were reversals and it seemed to only/mostly happen in debug builds.
- Loading branch information