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…
Reference in New Issue