MiniGUI 5.0.11 Released!
On Dec. 31, 2022, FMSoft announces the availability of MiniGUI 5.0.11, which is a bug fixing release with bug fixes and some minor enhancements of MiniGUI 5.0.11.
What's new in version 5.0.11
In this version, we made some enhancements
- ENHANCEMENTS:
- BUGFIXING:
- Fix a bug reported in https://github.com/VincentWei/minigui/issues/94
- Fix a bug reported in https://github.com/VincentWei/minigui/issues/96
- Fix a bug reported in https://github.com/VincentWei/minigui/issues/105
- Fix a bug reported in https://github.com/VincentWei/minigui/issues/106
- OPTIMIZATIONS:
- Optimize the refresh of scrolled.
- TUNING:
- Call
mg_FreeMsgQueueForThisThread
immediately inTerminateGUI()
. - Use
CreateLogFontEx
instead ofCreateLogFont
to follow the new style convention of font name when creating the system logfonts, but the orientation is ignored for the system logfont.
- Call
Related Links
- Source tarballs: /download/
- Building scripts:
- Documents
- Public Repositories:
- GitHub: https://github.com/VincentWei/
- GitLab: https://gitlab.fmsoft.cn/VincentWei/
Loading Conversation