No more STATE for labels, useless and buggy with line breaks
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@2112 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
fe3f9776a2
commit
cdecc5971a
2 changed files with 3 additions and 0 deletions
|
@ -390,6 +390,9 @@ bool SaveSettings(void) {
|
|||
FREE(pszItem);
|
||||
break;
|
||||
}
|
||||
case FIELD_LABEL:
|
||||
*pszBuffer=0;
|
||||
break;
|
||||
default:
|
||||
{
|
||||
int nLength = SendMessage(pFields[nIdx].hwnd, WM_GETTEXTLENGTH, 0, 0);
|
||||
|
|
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue