X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4dfa17210fc2b6586c3e60d2398575dbbe372bcd..f8d0234d39c66f3d1d7fc2346562cb96c8c7be20:/src/common/pickerbase.cpp?ds=sidebyside diff --git a/src/common/pickerbase.cpp b/src/common/pickerbase.cpp index 412ddc39e0..ec7d0a2cee 100644 --- a/src/common/pickerbase.cpp +++ b/src/common/pickerbase.cpp @@ -94,7 +94,7 @@ bool wxPickerBase::CreateBase(wxWindow *parent, // the m_picker; for very long strings, this real-time synchronization could // become a CPU-blocker and thus should be avoided. // 32 characters will be more than enough for all common uses. - // m_text->SetMaxLength(32); + m_text->SetMaxLength(32); // set the initial contents of the textctrl m_text->SetValue(text);