28 Dec
2018
28 Dec
'18
12:23 p.m.
Signed-off-by: Gabriel Ivăncescu <gabrielopcode(a)gmail.com> --- dlls/user32/combo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/user32/combo.c b/dlls/user32/combo.c index 59c2e64..cb055bc 100644 --- a/dlls/user32/combo.c +++ b/dlls/user32/combo.c @@ -344,7 +344,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