richedit: Avoid acting on control words in skipped RTF groups.
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 11 Sep 2008 02:54:12 +0000 (22:54 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 11 Sep 2008 10:38:20 +0000 (12:38 +0200)
commit9a7d475db8f86af8dcc8b5bbcca26d332bf228e0
treea006df7108626a641715a01f8f6c97bc4d63f472
parentfc2404bc206b07f7ffe6e980a026d1badf9d1376
richedit: Avoid acting on control words in skipped RTF groups.

Previously the control words in skipped groups were being processed by
the read hook on the RTF parser.  By moving this code into the class
callbacks for the parser, the skipped groups actually remain skipped.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/reader.c