Copy max width of wxGridCellTextEditor when cloning it.
Previously the max number of characters that could be entered into the editor was lost when it was cloned, making it impossible to really limit the user entry. Closes #15175. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@73899 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -639,6 +639,7 @@ All (GUI):
|
||||
- Add wxEVT_GRID_COL_AUTO_SIZE event (Igor Korot).
|
||||
- Add chainable wxWizardPageSimple::Chain() overload.
|
||||
- Add wxTextEntryDialog::SetMaxLength() (derEine).
|
||||
- Fix maximum width support in wxGridCellTextEditor (derEine).
|
||||
- Add more convenient wxFont(wxFontInfo) ctor.
|
||||
|
||||
wxGTK:
|
||||
|
Reference in New Issue
Block a user