mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix cell reuse issue
This commit is contained in:
@@ -14,6 +14,10 @@ class AccountCell: NSTableCellView {
|
||||
|
||||
var isImageTemplateCapable = true
|
||||
|
||||
override func prepareForReuse() {
|
||||
originalImage = nil
|
||||
}
|
||||
|
||||
override var backgroundStyle: NSView.BackgroundStyle {
|
||||
didSet {
|
||||
updateImage()
|
||||
|
||||
Reference in New Issue
Block a user