commit | 2da0d8e933b087a3edb87a18e5a44dd4d336603b | [log] [tgz] |
---|---|---|
author | Dylan Smith <dylan.ah.smith@gmail.com> | Wed Aug 12 09:06:13 2009 -0400 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Aug 12 17:35:50 2009 +0200 |
tree | 70dd617a577b420ce04e948a3e60568901b70edb | |
parent | ade37203a533354d1806aea93176bdacd181e249 [diff] |
richedit: Use ME_Cursor instead of offsets for ME_SetCharFormat. The test that succeeded from this change was as a result of allowing the end of the character format change be specified using NULL as the rest of the text. Before, the end paragraph run at the end of the text was not being set for this case, when all the text was supposed to have its character format changed.