decreased text limit which we consider to be set by user (and not built in the control) to 10001 which is less than default 30000
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35005 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
		| @@ -201,6 +201,10 @@ protected: | ||||
|     // intercept WM_GETDLGCODE | ||||
|     virtual WXLRESULT MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam); | ||||
|  | ||||
|     // return true if this control has a user-set limit on amount of text (i.e. | ||||
|     // the limit is due to a previous call to SetMaxLength() and not built in) | ||||
|     bool HasSpaceLimit(unsigned int *len) const; | ||||
|  | ||||
|     // call this to increase the size limit (will do nothing if the current | ||||
|     // limit is big enough) | ||||
|     // | ||||
|   | ||||
		Reference in New Issue
	
	Block a user