Closed sfsam closed 3 years ago
A small typo was introduced recently when deprecated constants were replaced with their new names. An instance of NSOnState was accidentally converted to NSControlStateValueOff instead of NSControlStateValueOn.
NSOnState
NSControlStateValueOff
NSControlStateValueOn
Thanks!
A small typo was introduced recently when deprecated constants were replaced with their new names. An instance of
NSOnState
was accidentally converted toNSControlStateValueOff
instead ofNSControlStateValueOn
.