Implemented becomeKeyWindow

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14164 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-07-17 13:29:41 +00:00
parent 60b07803c5
commit 2347af5422

View file

@ -3008,6 +3008,14 @@ afterString in order over charRange. */
}
}
- (void) becomeKeyWindow
{
if ([self shouldDrawInsertionPoint])
{
[self updateInsertionPointStateAndRestartTimer: YES];
}
}
- (void) drawRect: (NSRect)rect
{
/* TODO: Only do relayout if needed */