Revert "user32/combo: Set listbox popup height correctly and add tests.".
commitf0fc0349976924379cc3ae2ff95fb342d7541294
authorSebastian Lackner <sebastian@fds-team.de>
Sun, 10 Dec 2017 21:36:46 +0000 (10 21:36 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 11 Dec 2017 14:29:42 +0000 (11 15:29 +0100)
tree37cb3b572b1ad9da68dc54e9b8df0991fe830261
parent2b622aab2725c8c664761cb7c58e5ede785fbe96
Revert "user32/combo: Set listbox popup height correctly and add tests.".

This partly reverts commit f7f7b89e2e9117811c91269643868c6d063db5e9
(tests are left in place).

Any application that currently uses "Microsoft.Windows.Common-Controls
v6" via a Manifest has the possibility of breaking comboboxes. Using
this version of the control ensures that dropdown for comboboxes, will
show multiple items, regardless of its height in the resource.

Signed-off-by: Alistair Leslie-Hughes <leslie_alistair@hotmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/user32/combo.c
dlls/user32/tests/combo.c