mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-02-02 20:16:54 +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 {
|
||||
didSet {
|
||||
invalidateIntrinsicContentSize()
|
||||
contentSizeIsValid = false
|
||||
setNeedsDisplay()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user