Merge 4b47cb2c5f
into fea45b2d5b
This commit is contained in:
commit
636f2c6f39
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue