mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-03 12:27:32 +01:00
Fix row background color. Issue #2503
This commit is contained in:
parent
c028bf42b8
commit
34a2860c97
@ -35,7 +35,7 @@ class TimelineTableRowView : NSTableRowView {
|
||||
}
|
||||
|
||||
override func drawBackground(in dirtyRect: NSRect) {
|
||||
NSColor.controlBackgroundColor.setFill()
|
||||
NSColor.alternatingContentBackgroundColors[0].setFill()
|
||||
dirtyRect.fill()
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user