Fix row background color. Issue #2503

This commit is contained in:
Maurice Parker 2020-10-18 18:27:36 -05:00
parent c028bf42b8
commit 34a2860c97
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class TimelineTableRowView : NSTableRowView {
}
override func drawBackground(in dirtyRect: NSRect) {
NSColor.controlBackgroundColor.setFill()
NSColor.alternatingContentBackgroundColors[0].setFill()
dirtyRect.fill()
}