mirror of
https://github.com/trudnai/Steve2.git
synced 2024-12-21 14:30:09 +00:00
Kelvin Sherlock's fix to avoid uninstalled font problem
This commit is contained in:
parent
61a81ccaf8
commit
2e1f0cf2d0
@ -941,6 +941,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…
Reference in New Issue
Block a user