mirror of
https://github.com/trudnai/Steve2.git
synced 2025-03-11 09:32: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()
|
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() {
|
override func viewDidLoad() {
|
||||||
super.viewDidLoad()
|
super.viewDidLoad()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user