mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix bug where emulated separator continually was added to the row
This commit is contained in:
@@ -57,7 +57,7 @@ class TimelineTableRowView : NSTableRowView {
|
||||
}
|
||||
|
||||
private func addSeparatorView() {
|
||||
guard let cellView = cellView else { return }
|
||||
guard let cellView = cellView, separator == nil else { return }
|
||||
separator = NSView()
|
||||
separator!.translatesAutoresizingMaskIntoConstraints = false
|
||||
separator!.wantsLayer = true
|
||||
|
||||
Reference in New Issue
Block a user