Can now add lines to install log window from an external DLL without problems.
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@653 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f79499a946
commit
aea597bca4
1 changed files with 1 additions and 1 deletions
|
@ -1122,9 +1122,9 @@ void update_status_text(const char *text1, const char *text2)
|
|||
{
|
||||
// Changed by Amir Szekely 26th July 2002
|
||||
new_item.pszText=ps_tmpbuf;
|
||||
new_item.iItem=ListView_GetItemCount(insthwnd);
|
||||
ListView_InsertItem(insthwnd, &new_item);
|
||||
ListView_EnsureVisible(insthwnd, new_item.iItem, 0);
|
||||
new_item.iItem++;
|
||||
GetClientRect(insthwnd,&r);
|
||||
ListView_SetColumnWidth(insthwnd, 0, r.right-r.left);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue