wxUiEditor
wxUiEditor copied to clipboard
Bug: Can't pass default GUI font to XRC handlers
Description:
Passing the default GUI font to the FontPickerGenerator is not working correctly. On Windows 10, this is showing up as Arial instead of Segoe UI. This will require updating GenXrcFont() in gen_xrc_utils.cpp.
This is now a critical bug for the 1.1 release since I'm expecting the 3 new languages to be able to use XRC for UI.
wxLua and wxPHP were dropped, and we don't need this for wxPython.
Triaging this to a 1.x release -- needs to be fixed, but not enough to hold up the 1.1 release.
I just checked this, and it appears to be working fine. Closing unless it shows up again...