commit | fc618ab041e3c45a10cdbecc44203d70d3bb73b6 | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Mon Aug 10 10:53:48 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Aug 10 17:10:24 2009 +0200 |
tree | 9228b8b85f463b5d0d0da0b4686fe69fa1f45c5f | |
parent | 71cb069246398cc01bbd883a8a6bfd7d1269d53a [diff] |
richedit: Add closing actions for IRichEditOle_fnInsertObject. Previously inserting the object didn't result in the text being wrapped, which would cause an assertion error when this is checked for during repainting the text. It is also important to invalidate the affected areas of text, update the scrollbar, and end the creation of undo transactions for this insertion.