richedit: Set the default paragraph format consistently.
commit8172d69e8f422d31bdeb5d82ca0c9c3f806b7ef6
authorDylan Smith <dylan.ah.smith@gmail.com>
Tue, 8 Jul 2008 17:38:58 +0000 (8 13:38 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 9 Jul 2008 09:31:22 +0000 (9 11:31 +0200)
treeff74cf4d7bd45bc5c8a236113581541f116eec27
parentaba425eb70adf376a71e8743f313a7e6fa306046
richedit: Set the default paragraph format consistently.

I created a function to set the default paragraph format to ensure
consistency when this is done.  This initial paragraph format is also
now more consistent with native richedit controls.  The dwMask value
always appears to have the same value when retrieved from the native
richedit controls, so all the mask values are now initialized when the
PARAFORMAT2 structure is created.
dlls/riched20/editor.c
dlls/riched20/editor.h
dlls/riched20/list.c
dlls/riched20/para.c