wordpad: Apply changes on dropdown selection for comboboxes on toolbar.
authorDylan Smith <dylan.ah.smith@gmail.com>
Wed, 18 Jun 2008 01:19:15 +0000 (21:19 -0400)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 20 Jun 2008 10:32:30 +0000 (12:32 +0200)
commit2ee7bcc13c64c1822ae9eafaac505704b1c1a7a7
treeb7ea7bd92b7b0cf3e0b58fe4092f0a789007e696
parent6fab4754d7e09738aafdb9cb218f814ff3c0a71d
wordpad: Apply changes on dropdown selection for comboboxes on toolbar.

The changes were previously being applied only when the combobox's edit
control lost focus notifying an end edit event.  In addition, the
selection of an item from the dropdown list should also cause the
changes to be applied. New functions were created to handle the
duplication in expected behaviour for these two events.
programs/wordpad/wordpad.c