-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Font update broken when currently used fonts are deleted #48
Comments
It’s related yes, but the commit does not fully fix the error. Scenario in which it still occurs:
⇒ A MessageNotUnderstood ( |
The error should no longer occur in the scenario that I gave above. But it might still be a good idea to take into account that the error would still occur in FontChooser openWithTitle: 'Font?'
initialFont: (LogicalFont familyName: 'Foo Bar Baz Qux' pointSize: 10)
onAcceptDo: #inspect In (self hasFont: font) ifTrue: [ font ] ifFalse: [ StandardFonts codeFont ] |
There is a problem on Pharo 10 I think: I temporarily removed all
DejaVu*.ttf
files from my~/Library/Fonts
folder, then loaded the ‘master’ branch in a new Pharo 10 image; I got an error#members was sent to nil
inStFontChooserPresenter>>#updateWithFont:
.Originally posted by @Rinzwind in #46 (comment)
The text was updated successfully, but these errors were encountered: