richedit: EM_SETOPTIONS modify format rect when selbar setting change.
commit88eb1b5b6c6e9ce93059f9f273fe66a9f21233ae
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 25 Feb 2009 21:18:36 +0000 (25 16:18 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 26 Feb 2009 11:11:18 +0000 (26 12:11 +0100)
tree5d71f8ae461aa24f86fdb4f8a7d4172d50bebcd7
parent8e8c02a71f48f990772fbed423fe5e3eb1b123cb
richedit: EM_SETOPTIONS modify format rect when selbar setting change.

Before the code was modifying the format rect to compensate for space
being added or removed for the selection bar, but this should only
happen when the ECO_SELECTIONBAR setting bit changes.
dlls/riched20/editor.c