[squeak-dev] The Trunk: Morphic-mt.1929.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 9 08:16:51 UTC 2022


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

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

Name: Morphic-mt.1929
Author: mt
Time: 9 March 2022, 9:16:45.47146 am
UUID: 8e8fb7b8-28a2-ac44-b147-92e037eb4742
Ancestors: Morphic-mt.1928

Complements Graphics-mt.494.

=============== Diff against Morphic-mt.1928 ===============

Item was changed:
  ----- Method: GrafPort>>installTTCFont: (in category 'private') -----
  installTTCFont: aTTCFont
  
+ 	aTTCFont foregroundColor: (lastFontForegroundColor ifNil: [Color black]).
+ 
+ 	^ self installTTCFont: aTTCFont foregroundColor: aTTCFont foregroundColor backgroundColor: (lastFontBackgroundColor ifNil: [Color transparent]).
- 	^ self installTTCFont: aTTCFont foregroundColor: (lastFontForegroundColor ifNil: [Color black]) backgroundColor: (lastFontBackgroundColor ifNil: [Color transparent]).
  !



More information about the Squeak-dev mailing list