diff options
| author | Cory Fields <[email protected]> | 2015-01-14 15:26:40 -0500 |
|---|---|---|
| committer | Cory Fields <[email protected]> | 2015-01-17 03:31:27 -0500 |
| commit | 52954e6efd373c14736237c4c79769bf00f5dfb8 (patch) | |
| tree | 20e9b71b88bb85c2c223a17dcc83da5b688fe710 /src/script/interpreter.cpp | |
| parent | qt: fonts: allow SubstituteFonts to filter based on user's language (diff) | |
| download | discoin-52954e6efd373c14736237c4c79769bf00f5dfb8.tar.xz discoin-52954e6efd373c14736237c4c79769bf00f5dfb8.zip | |
qt: fix broken unicode chars on osx 10.10
The default font changed again.
The real fix is to compile qt against a >= 10.8 sdk, but this is simple enough
to backport to 0.10 to avoid having to do that there.
Note: NSAppKitVersionNumber is a double and there's no official value for
NSAppKitVersionNumber10_10. Since == isn't reliable for doubles, use Apple's
guidelines for testing versions here:
https://developer.apple.com/library/mac/releasenotes/AppKit/RN-AppKit/
Chinese and Japanese fonts have been hard-coded as well, otherwise they fail to
show up at all.
Diffstat (limited to 'src/script/interpreter.cpp')
0 files changed, 0 insertions, 0 deletions