Merge branch 'mac-release' into main

This commit is contained in:
Maurice Parker
2021-04-03 09:30:42 -05:00
14 changed files with 138 additions and 96 deletions

View File

@@ -100,6 +100,10 @@ private extension IconView {
}
func rectForImageView() -> NSRect {
guard !(iconImage?.isSymbol ?? false) else {
return NSMakeRect(0.0, 0.0, bounds.size.width, bounds.size.height)
}
guard let image = iconImage?.image else {
return NSRect.zero
}