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
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. Change-Id: I469ebe030dd421e0b449c7bdc9213b29050c514a
- Loading branch information