richedit: Update paragraph on saved cursor when inserting table start.
commit314bd5ca853e0ae3c77b99b7f21562eadf8f8e8e
authorDylan Smith <dylan.ah.smith@gmail.com>
Mon, 10 Aug 2009 19:44:59 +0000 (10 15:44 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 11 Aug 2009 10:31:18 +0000 (11 12:31 +0200)
tree2d27e4480cd1878c3fab60f945c996956e5baa15
parentef79507d88674e2154606fccbbedc8a3f610fb02
richedit: Update paragraph on saved cursor when inserting table start.

Since the table row start is inserted after the rest of the table is
inserted, the cursor is saved, and temporarily moved to the start of the
row to insert the table row start paragraph.  Unfortunately the
paragraph in saved cursor becomes invalid during this insertion and
needs to be updated, so this code introduced a regression once
paragraphs started to be stored in cursors.
dlls/riched20/table.c