mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Supply a background for the icon if it is too short or hard to see. Issue #2220
This commit is contained in:
@@ -85,7 +85,7 @@ final class IconView: NSView {
|
||||
return
|
||||
}
|
||||
|
||||
let color = AppAssets.iconBackgroundColor
|
||||
let color = AppAssets.nsIconBackgroundColor
|
||||
color.set()
|
||||
dirtyRect.fill()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user