diff --git a/Contrib/Makensisw/utils.cpp b/Contrib/Makensisw/utils.cpp index c0da9e41..a388a2be 100644 --- a/Contrib/Makensisw/utils.cpp +++ b/Contrib/Makensisw/utils.cpp @@ -59,6 +59,7 @@ extern BOOL g_warnings; void LogMessage(HWND hwnd,const char *str) { SendDlgItemMessage(hwnd, IDC_LOGWIN, EM_REPLACESEL, 0, (WPARAM)str); + SendDlgItemMessage(hwnd, IDC_LOGWIN, WM_VSCROLL, SB_BOTTOM, 0); } void ErrorMessage(HWND hwnd,const char *str) {