mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-25 04:14:26 +08:00

When in wxGTK (GNU/Linux), some widgets has a hardcoded point size font that not fit with normal GUI font and therefore this widgets doesn't inherit changes in system font size. This commit only affect this platform, changing `!&Wx::wxMSW` to `&Wx::wxMAC`.