mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 18:11:06 +00:00
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:
parent
942b4ac554
commit
9ecfd23ff9
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -299,6 +299,8 @@ static Class cellClass;
|
|||
}
|
||||
|
||||
[self trackKnob: theEvent knobRect: rect];
|
||||
|
||||
[self unlockFocus];
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Reference in a new issue