MacOS Blurry

BlitzMax Forums/BlitzMax Programming/MacOS Blurry

BLaBZ(Posted 2015) [#1]
I've recently purchased a MacBook pro with the Retina display the BlitzMAX IDE is Blurry, is there a way to fix this?

Thanks


kfprimm(Posted 2015) [#2]
Open MaxIDE.app/Content/Info.plist and add the following inside the <dict /> block.

    <key>NSHighResolutionCapable</key>
    <true/>


To do this from Finder, right click (or two finger click, whatever that's called!) on MaxIDE and select "Show Package Content."

While you're at it, modify bmk so it will output new binaries with the proper settings.


Brucey(Posted 2015) [#3]
If you're using bmk ng, you can simply add the following line to your custom.bmk :
addoption custom_plist "<key>NSHighResolutionCapable</key><true/>"