Signed-off-by: Gabriel Ivăncescu gabrielopcode@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.