This is a hotfix release to prevent invalid generated code after project file conversion for wxTextCtrl components whose property maxlength had an empty value (this was the default value). Project files already converted by wxFormBuilder 4.2.0 won't get fixed, affected wxTextCtrl components can be manually repaired by changing their maxlength property to anything else but 0 and back to 0 (this is the new default value).
Binaries
Prebuild binaries are available for Windows, Linux and macOS. These have been built by the GitHub CI and are attached to this release.
Source Code
If you need a source code archive, do not use the automatic created archives, they lack the required submodules. Instead, use the attached full source code archives.
What's Changed
Fixed
- Fix wxTextCtrl property
maxlengthconversion - Fix default values of AUI properties
aui_row,aui_position,aui_layer
Full Changelog: v4.2.0...v4.2.1