Now always scrolls to the bottom
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@855 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
87604e14aa
commit
3905749dd0
1 changed files with 1 additions and 0 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue