Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
wxFormBuilder-4.2.1-x86.exe | 2024-05-29 | 11.0 MB | |
wxFormBuilder-4.2.1-x64.exe | 2024-05-29 | 10.8 MB | |
wxFormBuilder-4.2.1-ucrt-x86_64.zip | 2024-05-29 | 13.9 MB | |
wxFormBuilder-4.2.1-source-full.zip | 2024-05-29 | 2.3 MB | |
wxFormBuilder-4.2.1-source-full.tar.gz | 2024-05-29 | 1.8 MB | |
wxFormBuilder-4.2.1-macos-14.5-arm64-bundle.zip | 2024-05-29 | 8.0 MB | |
wxFormBuilder-4.2.1-macos-13.6-x86_64-bundle.zip | 2024-05-29 | 8.6 MB | |
wxFormBuilder-4.2.1-macos-12.7-x86_64-bundle.zip | 2024-05-29 | 9.0 MB | |
wxFormBuilder-4.2.1-i686.zip | 2024-05-29 | 14.5 MB | |
wxformbuilder_4.2.1_ubuntu-24.04_amd64.deb | 2024-05-29 | 1.5 MB | |
wxformbuilder_4.2.1_ubuntu-22.04_amd64.deb | 2024-05-29 | 1.4 MB | |
wxformbuilder_4.2.1_ubuntu-20.04_amd64.deb | 2024-05-29 | 1.4 MB | |
wxFormBuilder-4.2.1-x86_64.flatpak | 2024-05-29 | 7.1 MB | |
README.md | 2024-05-29 | 1.0 kB | |
v4.2.1 source code.tar.gz | 2024-05-29 | 1.2 MB | |
v4.2.1 source code.zip | 2024-05-29 | 1.5 MB | |
Totals: 16 Items | 93.9 MB | 4 |
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
maxlength
conversion - Fix default values of AUI properties
aui_row
,aui_position
,aui_layer
Full Changelog: https://github.com/wxFormBuilder/wxFormBuilder/compare/v4.2.0...v4.2.1