28 Dec
2018
28 Dec
'18
12:22 p.m.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/comctl32/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/comctl32/combo.c b/dlls/comctl32/combo.c index 12ea7bb..72a732a 100644 --- a/dlls/comctl32/combo.c +++ b/dlls/comctl32/combo.c @@ -333,7 +333,7 @@ static void CBCalcPlacement( /* * The button starts the same vertical position as the text area. */ - CopyRect(lprButton, lprEdit); + *lprButton = *lprEdit; /* * If the combobox is "simple" there is no button. -- 2.19.1