mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-28 18:11:39 +00:00
macos: add TerminalViewContainerTests
This commit is contained in:
@@ -105,15 +105,3 @@ extension NSWindow {
|
||||
tabButtonHit(atScreenPoint: screenPoint)?.index
|
||||
}
|
||||
}
|
||||
|
||||
// MARK: - Internal Properties
|
||||
|
||||
extension NSWindow {
|
||||
var defaultCornerRadius: CGFloat? {
|
||||
guard responds(to: Selector(("_cornerRadius"))) else {
|
||||
return nil
|
||||
}
|
||||
|
||||
return value(forKey: "_cornerRadius") as? CGFloat
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user