diff --git a/MacPass/MPOutlineTableCellView.m b/MacPass/MPOutlineTableCellView.m index ca749cb6..85a35479 100644 --- a/MacPass/MPOutlineTableCellView.m +++ b/MacPass/MPOutlineTableCellView.m @@ -66,6 +66,7 @@ } - (void)_updateCountDisplay { + [((NSButtonCell *)self.countButton.cell) setHighlightsBy:0]; self.countButton.title = [NSString stringWithFormat:@"%ld", _count]; self.countButton.hidden = (self.hideZeroCount && self.count == 0); }