Skip to content

Releases: audacity/wxWidgets

v3.1.3.1-audacity

17 Jun 12:14
Compare
Choose a tag to compare
  • Fix for 64 bits Windows compatilbility
  • Fix for MinGW compilation

v3.1.3 with fixes, related to Audacity

17 May 17:05
Compare
Choose a tag to compare
Avoid infinite recursion between wxStockGDI and wxSystemSettions

There was a possible recursion from wxStockGDI::GetFont to
wxSystemSettings::GetFont and back, resolve by using direct font
creation, adding fixed system font.