wordpad: Reset rc.bottom between calls to EM_FORMATRANGE.
commitfc473e0f6387fffac400cd69f6dca1356bcb84d3
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 27 Jan 2010 07:25:10 +0000 (27 02:25 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 27 Jan 2010 17:46:06 +0000 (27 18:46 +0100)
treef3a843292b741fd77414e46333a76aba5df53a3d
parente42d1a8cc1b1b6b6e1417156cdc17fad250556b1
wordpad: Reset rc.bottom between calls to EM_FORMATRANGE.

EM_FORMATRANGE will set rc.bottom within the FORMATRANGE struct to be the
bottom of the area actually printed to, so this must be reset between calls
to make sure that the page boundaries are consistent between the pages.
programs/wordpad/print.c