This commit is contained in:
Angelo Haller 2021-01-02 10:21:43 -05:00 committed by GitHub
commit 636f2c6f39
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -181,6 +181,8 @@ struct textColumnCreateParams {
[self->cb setTransparent:NO];
uiDarwinSetControlFont(self->cb, NSRegularControlSize);
[self->cb setTranslatesAutoresizingMaskIntoConstraints:NO];
[self->cb setTarget:self];
[self->cb setAction:@selector(uiprivOnCheckboxAction:)];
[self addSubview:self->cb];
if (self->tf != nil) {