Merge branch 'mac-candidate'
This commit is contained in:
commit
58a7e1bc7d
|
@ -12,10 +12,6 @@ final class DetailContainerView: NSView {
|
|||
|
||||
@IBOutlet var detailStatusBarView: DetailStatusBarView!
|
||||
|
||||
override var isOpaque: Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
var contentViewConstraints: [NSLayoutConstraint]?
|
||||
|
||||
var contentView: NSView? {
|
||||
|
@ -39,9 +35,4 @@ final class DetailContainerView: NSView {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
override func draw(_ dirtyRect: NSRect) {
|
||||
NSColor.textBackgroundColor.setFill()
|
||||
dirtyRect.fill()
|
||||
}
|
||||
}
|
||||
|
|
|
@ -33,14 +33,5 @@ final class TimelineContainerView: NSView {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
override var isOpaque: Bool {
|
||||
return true
|
||||
}
|
||||
|
||||
override func draw(_ dirtyRect: NSRect) {
|
||||
NSColor.textBackgroundColor.setFill()
|
||||
dirtyRect.fill()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue