Alexandre Julliard pushed to branch master at wine / wine
Commits: 1641cbe3 by Orin Varley at 2024-11-27T16:15:30+01:00 comctl32/tests: Add tests for a small number of items but big size to the combobox dropdown size tests.
To catch bugs like the one below.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - - d551564f by Orin Varley at 2024-11-27T16:15:33+01:00 comctl32: Make CBS_NOINTEGRALHEIGHT only set minimum combobox height.
When the combobox height is to be set by the application (as the CBS_NOINTEGRALHEIGHT style is on), and when a large size is specified but only a small number of items in the list, the height of the combobox should be set by the number of items rather than the size specified to avoid empty lines.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57360
- - - - -
2 changed files:
- dlls/comctl32/combo.c - dlls/comctl32/tests/combo.c
View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/4b672813568347f729152efebfee44...