Fixed wxTextCtrl::SetMaxLength for rich edit controls
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28565 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -257,6 +257,7 @@ wxMSW:
|
||||
- support for alpha channel in toolbar bitmaps (Jurgen Doornik)
|
||||
- wxFileDialog can now be moved and centered (Randall Fox)
|
||||
- restored (and improved) possibility to use wx with MFC broken in 2.5.2
|
||||
- fixed wxTextCtrl::SetMaxLength for rich edit controls
|
||||
|
||||
wxUniv/X11:
|
||||
|
||||
@@ -265,6 +266,7 @@ wxUniv/X11:
|
||||
wxWinCE:
|
||||
|
||||
- added automatized but customizable handling of native SmartPhone menus
|
||||
- fixed wxRadioBox and wxStaticBox
|
||||
|
||||
wxHTML:
|
||||
|
||||
|
@@ -1116,7 +1116,7 @@ already is filled up to the maximal length, a
|
||||
(giving it the possibility to show an explanatory message, for example) and the
|
||||
extra input is discarded.
|
||||
|
||||
Note that this function may only be used with single line text controls.
|
||||
Note that under GTK+, this function may only be used with single line text controls.
|
||||
|
||||
\wxheading{Compatibility}
|
||||
|
||||
|
Reference in New Issue
Block a user