mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-02 12:32:55 +00:00
changing minlen and maxlen in edit fields
This commit is contained in:
parent
b6fbd02417
commit
dadbf1ef78
@ -1637,7 +1637,7 @@ void CWizardMachineApp::BuildWidget(WIDGET* aWidget, CString iniSection, CString
|
||||
if (aWidget->fieldlen.max_len)
|
||||
aWidget->fieldlen.length = aWidget->fieldlen.max_len;
|
||||
else if (aWidget->fieldlen.min_len)
|
||||
aWidget->fieldlen.length = aWidget->fieldlen.min_len;
|
||||
aWidget->fieldlen.length = MAX_SIZE;
|
||||
else
|
||||
aWidget->fieldlen.length = MAX_SIZE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user