mirror of
https://github.com/trudnai/Steve2.git
synced 2025-01-10 10:29:53 +00:00
Kelvin Sherlock's fix to avoid uninstalled font problem
This commit is contained in:
parent
61a81ccaf8
commit
2e1f0cf2d0
@ -942,6 +942,13 @@ class ViewController: NSViewController {
|
||||
upd.resume()
|
||||
}
|
||||
|
||||
|
||||
// Kelvin Sherlock's fix to avoid uninstalled font problems
|
||||
override func awakeFromNib() {
|
||||
self.display.font = NSFont(name: "PrintChar21", size: 32)
|
||||
}
|
||||
|
||||
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user