Re: Fix: NSTextView, -drawRect:

2001-09-15 Thread Georg Fleischmann
Hi Fred, seems that I missed this issue before. > I will have to reject the changes you suggest for NSTextView the same as > I did some time ago for a similar change by Ludovic. Here is the mail I > did send at that time to Ludovic: Hmm, I'm still sure that my patch from July does the right thi

Re: Fix: NSTextView, -drawRect:

2001-09-15 Thread Fred Kiefer
Hi Georg, I will have to reject the changes you suggest for NSTextView the same as I did some time ago for a similar change by Ludovic. Here is the mail I did send at that time to Ludovic: > > Hi Ludovic, > > Ludovic Marcotte wrote: > > > > Hi Fred, > > > > I'm playing around GNUstep's text

Fix: NSTextView, -drawRect:

2001-09-14 Thread Georg Fleischmann
Hi, here is a patch for NSTextView that redraws the background correctly when characters are deleted. Georg 2001-09-14 Georg Fleischmann * gui/Source/NSTextView.m ([NSTextView -drawRect:]): redraw background for entire rect not just glyph range --- gui/Source/NSTextView.m