[squeak-dev] The Trunk: Morphic-lrnp.1972.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Apr 27 14:39:22 UTC 2022


Marcel Taeumel uploaded a new version of Morphic to project The Trunk:
http://source.squeak.org/trunk/Morphic-lrnp.1972.mcz

==================== Summary ====================

Name: Morphic-lrnp.1972
Author: lrnp
Time: 25 April 2022, 2:12:21.194893 pm
UUID: f8603073-659d-41bd-bfc4-bd0062e8b45b
Ancestors: Morphic-mt.1971

fix size of text on high-dpi displays

Old code was requesting an unscaled 15 pixels tall font.

=============== Diff against Morphic-mt.1971 ===============

Item was changed:
  ----- Method: ProjectViewMorph>>fontForName (in category 'drawing') -----
  fontForName
  
+ 	^TextStyle defaultFont emphasized: 1
- 	^(TextStyle default fontOfSize: 15) emphasized: 1
  !



More information about the Squeak-dev mailing list