richedit: Make sure border properties are saved for undo/redo.
commit3df78710a962c7f50e3f395c4e6e06f90ff88d98
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 30 Sep 2008 21:11:19 +0000 (30 17:11 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 1 Oct 2008 16:39:56 +0000 (1 11:39 -0500)
tree29a006e2263a0a84c9e03896a679f7a01b4796c1
parent9c248189f7ac0770adca62df351e3e80c3a2de27
richedit: Make sure border properties are saved for undo/redo.

Previously the paragraph and cell border properties were lost when
deleting the text, then undoing the deletion. This would cause tables
to lose the colour and width of the table border.
dlls/riched20/para.c
dlls/riched20/undo.c