Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 6a4c953

Browse files
author
Bin Liu
committed
fix build failure
1 parent 4f67050 commit 6a4c953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/Multiplex/Sample/ScreenNode.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ - (void)setText:(NSString *)text
6060
NSDictionary *attributes = @{NSFontAttributeName: [UIFont fontWithName:@"HelveticaNeue-Light" size:22.0f]};
6161
NSAttributedString *string = [[NSAttributedString alloc] initWithString:text
6262
attributes:attributes];
63-
[_buttonNode setAttributedTitle:string forState:ASButtonStateNormal];
63+
[_buttonNode setAttributedTitle:string forState:ASControlStateNormal];
6464
[self setNeedsLayout];
6565
}
6666

0 commit comments

Comments
 (0)