The R Project SVN R-packages

Rev

Rev 6128 | Rev 6137 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6128 Rev 6132
Line 510... Line 510...
510
		[self cut:nil];
510
		[self cut:nil];
511
		[self paste:nil];
511
		[self paste:nil];
512
		[[self undoManager] enableUndoRegistration];
512
		[[self undoManager] enableUndoRegistration];
513
	}
513
	}
514
	[[self textContainer] setHeightTracksTextView:NO];
514
	[[self textContainer] setHeightTracksTextView:NO];
-
 
515
	[[[self enclosingScrollView] verticalRulerView] performSelector:@selector(refresh) withObject:nil afterDelay:0.0f];
515
 
516
 
516
	[[NSNotificationCenter defaultCenter] postNotificationName:NSWindowDidResizeNotification object:[[self delegate] window]];
-
 
517
}
517
}
518
 
518
 
519
- (void)drawRect:(NSRect)rect
519
- (void)drawRect:(NSRect)rect
520
{
520
{
521
	// Draw background only for screen display but not while printing
521
	// Draw background only for screen display but not while printing