The Inbox: Graphics-ct.425.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Inbox: Graphics-ct.425.mcz

commits-2
A new version of Graphics was added to project The Inbox:
http://source.squeak.org/inbox/Graphics-ct.425.mcz

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

Name: Graphics-ct.425
Author: ct
Time: 31 December 2019, 2:12:48.956022 am
UUID: cc03f86d-d37e-9b41-8c06-2effc3756ff9
Ancestors: Graphics-pre.424

[very minor] Use already defined magic number instead of hard-coded duplication

=============== Diff against Graphics-pre.424 ===============

Item was changed:
  ----- Method: FixedFaceFont>>passwordFont (in category 'initialize-release') -----
  passwordFont
  displaySelector := #displayPasswordOn:length:at:kern:baselineY:.
+ substitutionCharacter := self passwordCharacter!
- substitutionCharacter := $*!