Module: wine Branch: master Commit: 0d8b477b1fbf650c74227004703b0190689288da URL: https://gitlab.winehq.org/wine/wine/-/commit/0d8b477b1fbf650c74227004703b019...
Author: Eric Pouech eric.pouech@gmail.com Date: Fri Dec 23 09:47:21 2022 +0100
comctl32/test: Adapt the edit tests for height to Win10+.
Starting with Win10, height of multiline edit controls no longer seems to be hardwired to a multiple of the font height (when larger than font height).
- Adapt the tests accordingly (detecting how to compute the expected height of a control). - Extend the ranges of the tested heights.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52152 Signed-off-by: Eric Pouech eric.pouech@gmail.com
---
dlls/comctl32/tests/edit.c | 214 ++++++++++++++++++++++++++------------------- 1 file changed, 126 insertions(+), 88 deletions(-)