Fixed NSSlider.m

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4726 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Michael Silva 1999-08-20 10:12:01 +00:00
parent 942b4ac554
commit 9ecfd23ff9
2 changed files with 6 additions and 0 deletions

View file

@ -1,3 +1,7 @@
1999-08-20 Michael Hanni <mhanni@sprintmail.com>
* Source/NSSlider.m: added missing [self unlockFocus];.
1999-08-19 Michael Hanni <mhanni@sprintmail.com>
* Headers/NSAttributedString.h

View file

@ -299,6 +299,8 @@ static Class cellClass;
}
[self trackKnob: theEvent knobRect: rect];
[self unlockFocus];
}
@end