File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ @interface BTRPopUpButtonContent : BTRControlContent
2929@end
3030
3131@implementation BTRPopUpButton
32+ @synthesize menu = _menu;
3233
3334#pragma mark - Initialization
3435
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ @interface BTRSecureTextFieldCell : NSSecureTextFieldCell
4242@implementation BTRSecureTextField {
4343 BOOL _btrDrawsBackground;
4444}
45+ @synthesize highlighted = _highlighted;
4546
4647// Because properties declared in protocols are not automatically synthesized.
4748@synthesize drawsFocusRing = _drawsFocusRing;
Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ @interface BTRTextFieldCell : NSTextFieldCell
4242@implementation BTRTextField {
4343 BOOL _btrDrawsBackground;
4444}
45+ @synthesize highlighted = _highlighted;
4546
4647// Because properties declared in protocols are not automatically synthesized.
4748@synthesize drawsFocusRing = _drawsFocusRing;
Original file line number Diff line number Diff line change 1212@implementation BTRView {
1313 BOOL drawFlag;
1414}
15+ @synthesize flipped = _flipped;
1516
1617#pragma mark Properties
1718
You can’t perform that action at this time.
0 commit comments