comdlg32/fontdlg: Allow setting value by typing it into the edit fields.
commitaa7941d41b2c66066dbc281bfa57364c1a60d863
authorFabian Maurer <dark.shadow4@web.de>
Sat, 11 Nov 2017 15:15:17 +0000 (11 16:15 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 20 Nov 2017 11:37:15 +0000 (20 12:37 +0100)
treea44551ee6f04dbc19e4746af2dbc4c217601766c
parent500f077dd695d8f79b9b27cee0b657d1a98c7197
comdlg32/fontdlg: Allow setting value by typing it into the edit fields.

The font-dialog allows the user to select a value from the combobox by
typing it into its edit field. This operation seems unique to the
fontdialog. It works case-insensitively and doesn't change the
selection in the edit field.

Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/comdlg32/fontdlg.c