mirror of
https://github.com/azahar-emu/azahar
synced 2025-11-13 10:29:59 +01:00
This fixes #2092, a long-standing bug where on macOS resizing the window results in a garbled display. It seems the seemingly optional child()->makeCurrent call is actually required on macOS. Enabling it in all cases fixes the resize issue.