mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-09 00:28:53 +01:00
Invalidate content size correctly
This commit is contained in:
parent
a0b11da438
commit
cf5fd4fa89
@ -22,7 +22,7 @@ class MasterFeedUnreadCountView : UIView {
|
|||||||
|
|
||||||
var unreadCount = 0 {
|
var unreadCount = 0 {
|
||||||
didSet {
|
didSet {
|
||||||
invalidateIntrinsicContentSize()
|
contentSizeIsValid = false
|
||||||
setNeedsDisplay()
|
setNeedsDisplay()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user