mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-22 23:30:06 +01:00
Fix cell reuse issue
This commit is contained in:
parent
20ed7cd86d
commit
89ed6d3ef8
@ -14,6 +14,10 @@ class AccountCell: NSTableCellView {
|
||||
|
||||
var isImageTemplateCapable = true
|
||||
|
||||
override func prepareForReuse() {
|
||||
originalImage = nil
|
||||
}
|
||||
|
||||
override var backgroundStyle: NSView.BackgroundStyle {
|
||||
didSet {
|
||||
updateImage()
|
||||
|
Loading…
Reference in New Issue
Block a user