diff --git a/Source/NSTextView.m b/Source/NSTextView.m index fb3fcf0dd..838ff6634 100644 --- a/Source/NSTextView.m +++ b/Source/NSTextView.m @@ -3000,6 +3000,14 @@ afterString in order over charRange. */ return YES; } +- (void) resignKeyWindow +{ + if ([self shouldDrawInsertionPoint]) + { + [self updateInsertionPointStateAndRestartTimer: NO]; + } +} + - (void) drawRect: (NSRect)rect { /* TODO: Only do relayout if needed */