adjust the implementation about max length limitation according review comments
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@77821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -491,9 +491,7 @@ private:
|
||||
wxTextPos m_posLast;
|
||||
|
||||
// max text line length
|
||||
long m_maxLength;
|
||||
// current text line length
|
||||
long m_textLength;
|
||||
unsigned long m_maxLength;
|
||||
|
||||
// selection
|
||||
wxTextPos m_selAnchor,
|
||||
|
Reference in New Issue
Block a user