fixed 1%...35%...80%...100% bug with details set to textonly
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3104 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
6d9cc5ba10
commit
3da170735a
1 changed files with 3 additions and 1 deletions
|
@ -1379,12 +1379,14 @@ void NSISCALL update_status_text(int strtab, const char *text)
|
||||||
{
|
{
|
||||||
new_item.iItem--;
|
new_item.iItem--;
|
||||||
ListView_SetItem(linsthwnd, &new_item);
|
ListView_SetItem(linsthwnd, &new_item);
|
||||||
tmp[tmplen]=0;
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
ListView_InsertItem(linsthwnd, &new_item);
|
ListView_InsertItem(linsthwnd, &new_item);
|
||||||
ListView_EnsureVisible(linsthwnd, new_item.iItem, 0);
|
ListView_EnsureVisible(linsthwnd, new_item.iItem, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (ui_st_updateflag & 1)
|
||||||
|
tmp[tmplen]=0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue