Re: (resubmit) user32: In COMBO_WindowPosChanging() do not change the height of the the dropped rectangle, if the new height is too small
Rein Klazes <wijn(a)online.nl> writes:
Fixes bug #17695 --- dlls/user32/combo.c | 6 ++-- dlls/user32/tests/combo.c | 46 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+), 3 deletions(-)
It doesn't work here: ../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so combo.c && touch combo.ok combo.c:143: Tests skipped: Invalid Marlett font heights combo.c:143: Tests skipped: Invalid Marlett font heights combo.c:377: Test succeeded inside todo block: clientrect height is 24 vs 24 combo.c:377: Test succeeded inside todo block: clientrect height is 24 vs 24 make[2]: *** [combo.ok] Error 2 -- Alexandre Julliard julliard(a)winehq.org
On Thu, 02 Apr 2009 17:21:37 +0200, you wrote:
It doesn't work here:
../../../tools/runtest -q -P wine -M user32.dll -T ../../.. -p user32_test.exe.so combo.c && touch combo.ok combo.c:143: Tests skipped: Invalid Marlett font heights combo.c:143: Tests skipped: Invalid Marlett font heights combo.c:377: Test succeeded inside todo block: clientrect height is 24 vs 24 combo.c:377: Test succeeded inside todo block: clientrect height is 24 vs 24 make[2]: *** [combo.ok] Error 2
Same thing here. I don't know why I put the todo there. New patch sent. Rein.
participants (2)
-
Alexandre Julliard -
Rein Klazes