The _real_ solution is also hidden in this thread:

Felipe found it, perhaps the fix never found it's way in the Lazarus Sourcecode:

With this search string: site:lists.apple.com/archives/carbon-dev retina Here is the magic! Commands in the terminal: Retinize!
defaults write lazarus.freepascal.ide AppleMagnifiedMode NO
De-Retinize!
defaults write lazarus.freepascal.ide AppleMagnifiedMode YES

Looks like that it can be fixed in code too:
http://sdg.mesonet.org/people/brad/XCode3/Documentation/DocSets/com.apple.adc.documentation.AppleSnowLeopard.CoreReference.docset/Contents/Resources/Documents/#documentation/UserExperience/Conceptual/HiDPIOverview/HiDPIConcepts/HiDPIConcepts.html "

by specifying kWindowFrameworkScaledAttribute at window creation time."


Am 29.05.15 um 13:32 schrieb Graeme Geldenhuys:
On 2015-02-05 23:13, Mattias Gaertner wrote:
The trick is to close the program, then remove the
following two lines from projectname.app/Contents/Info.plist:
Arg! It would have saved me so much time, if only I read the whole
message thread before trying all kinds of things. :) At least in the end
I found the same work-around as you.

Regards,
   - Graeme -



--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to