pull/7588/head
Mitchell Hashimoto 2025-06-11 15:09:42 -07:00
parent 63e56d0402
commit e5cb33e911
No known key found for this signature in database
GPG Key ID: 523D5DC389D273BC
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ class TerminalWindow: NSWindow {
// MARK: Positioning And Styling
/// This is called by the controller when there is a need to reset the window apperance.
/// This is called by the controller when there is a need to reset the window appearance.
func syncAppearance(_ surfaceConfig: Ghostty.SurfaceView.DerivedConfig) {
// If our window is not visible, then we do nothing. Some things such as blurring
// have no effect if the window is not visible. Ultimately, we'll have this called

View File

@ -103,7 +103,7 @@ extension NSView {
extension NSView {
/// Prints the view hierarchy from the root in a tree-like ASCII format.
///
/// I need this because the "Capture View Hiearchy" was broken under some scenarios in
/// I need this because the "Capture View Hierarchy" was broken under some scenarios in
/// Xcode 26 (FB17912569). But, I kept it around because it might be useful to print out
/// the view hierarchy without halting the program.
func printViewHierarchy() {