Retina support for our wxWidgets based tools.
mbebenita opened this issue · 2 comments
mbebenita commented
Retina support for our wxWidgets based tools.
tdaede commented
This requires at least moving to wxWidgets 3.0.
luctrudeau commented
From the wxwidget wiki:
Retina display support
To have text rendered sharply on macs with a Retina display the key "NSPrincipalClass" should exist in the info.plist of your application. Its value seems to be irrelevant - probably it's best to just set it to the default "NSApplication".
Ref: https://wiki.wxwidgets.org/WxMac-specific_topics#Retina_display_support
We don't have an app only an executable...