typos
parent
63e56d0402
commit
e5cb33e911
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in New Issue