richedit: Avoid calling ITextHost_TxNotify with EN_MSGFILTER.
commitbcd8dc93a2c5052a1185fe1b462fc0d95a5adb59
authorDylan Smith <dylan.ah.smith@gmail.com>
Thu, 5 Mar 2009 22:06:47 +0000 (5 17:06 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 6 Mar 2009 11:49:04 +0000 (6 12:49 +0100)
tree3989fcb4ca2086f79cc6828381f68203ec7b5ec1
parent956c296a32e60253f1cbdd7dd937e6f9a2ee3662
richedit: Avoid calling ITextHost_TxNotify with EN_MSGFILTER.

The documentation for TxNotify says that it is not called with the
EN_MSGFILTER notification, so I made sure ME_FilterEvent didn't call
this method.
dlls/riched20/editor.c
dlls/riched20/txthost.c