From 325d33a058e7e26230525e050c8b0bf259b5f315 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 12 Oct 2018 09:38:39 +0200 Subject: [PATCH] vent background style to subcontroll --- MacPass/MPOutlineTableCellView.m | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MacPass/MPOutlineTableCellView.m b/MacPass/MPOutlineTableCellView.m index 85a35479..6bcc90af 100644 --- a/MacPass/MPOutlineTableCellView.m +++ b/MacPass/MPOutlineTableCellView.m @@ -46,6 +46,11 @@ [self _updateCountDisplay]; } +- (void)setBackgroundStyle:(NSBackgroundStyle)backgroundStyle { + super.backgroundStyle = backgroundStyle; + self.countButton.cell.backgroundStyle = backgroundStyle; +} + - (void)_setupDefaults { _count = 0; _hideZeroCount = YES;