mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
This fixes an issue with scaling on Retina displays where the frame buffer size was double that of the window size, resulting in a content scale factor of 2. This scale factor caused elements to appear too large, even on the smallest zoom setting. This change does not affect external monitors on macOS because the reported content scale was 1 anyway.