vent background style to subcontroll

This commit is contained in:
Michael Starke
2018-10-12 09:38:39 +02:00
parent fa6067e9e0
commit 325d33a058

View File

@@ -46,6 +46,11 @@
[self _updateCountDisplay];
}
- (void)setBackgroundStyle:(NSBackgroundStyle)backgroundStyle {
super.backgroundStyle = backgroundStyle;
self.countButton.cell.backgroundStyle = backgroundStyle;
}
- (void)_setupDefaults {
_count = 0;
_hideZeroCount = YES;