mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 13:20:47 +00:00
Add mouseDown: implementation call to super
This commit is contained in:
parent
4d7bc4435b
commit
bfa9f0c1c2
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@
|
|||
|
||||
- (void) mouseDown: (NSEvent *)event
|
||||
{
|
||||
[super mouseDown: event];
|
||||
if (_state == NSControlStateValueOn)
|
||||
{
|
||||
[self setState: NSControlStateValueOff];
|
||||
|
|
Loading…
Reference in a new issue