I'm updating a couple of computers from Yosemite to High Sierra. I updated to XCode 9.4.1 and FPC 3.0.4 and Lazarus 2.0.0RC3. When I open a project from Lazarus 1.4.4 Lazarus changes the font.size parameter.
Autosize is on.
Height was originally -11
Size was originally 11
2.0.0RC3 changes Size to 8.
If I manually change size back to 11 then it changes Height to -15.
Anything I can do to stop it from shrinking the font size? Any idea why the behavior has changed going from 1.4.4 to 2.0.0?