Add mouseDown: implementation call to super

This commit is contained in:
Gregory John Casamento 2020-04-17 07:24:34 -04:00
parent 4d7bc4435b
commit bfa9f0c1c2

View file

@ -59,6 +59,7 @@
- (void) mouseDown: (NSEvent *)event
{
[super mouseDown: event];
if (_state == NSControlStateValueOn)
{
[self setState: NSControlStateValueOff];