mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-05-29 19:48:37 +03:00
one more
This commit is contained in:
@ -423,7 +423,9 @@ extension Ghostty {
|
|||||||
// We also just trigger a backing property change. Just in case the screen has
|
// We also just trigger a backing property change. Just in case the screen has
|
||||||
// a different scaling factor, this ensures that we update our content scale.
|
// a different scaling factor, this ensures that we update our content scale.
|
||||||
// Issue: https://github.com/ghostty-org/ghostty/issues/2731
|
// Issue: https://github.com/ghostty-org/ghostty/issues/2731
|
||||||
viewDidChangeBackingProperties()
|
DispatchQueue.main.async { [weak self] in
|
||||||
|
self?.viewDidChangeBackingProperties()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// MARK: - NSView
|
// MARK: - NSView
|
||||||
|
Reference in New Issue
Block a user