user32: combobox: The text area height should be font_height+4.
authorMikołaj Zalewski <mikolaj@zalewski.pl>
Mon, 26 Mar 2007 09:25:21 +0000 (11:25 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Mar 2007 10:31:31 +0000 (12:31 +0200)
commit4043b007fe761b8f0b77be9f0e81a5a1eb7add30
tree2ae84d3f42204ed3d697680dbf2d9526b320ee00
parent3924e6b730850a5f42c5d907ea7c85565e013212
user32: combobox: The text area height should be font_height+4.

The tests shows that CBGetTextAreaHeight was using a bad formula.
dlls/user32/combo.c
dlls/user32/tests/Makefile.in
dlls/user32/tests/combo.c [new file with mode: 0644]