Updated for change in NSView ivar names

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5732 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-01-10 02:30:45 +00:00
parent 1b15fcd51e
commit bb4b512849

View file

@ -188,7 +188,7 @@ glyphRangeForTextContainer:textContainer];
} }
[self unlockFocus]; [self unlockFocus];
[[self window] flushWindow]; [_window flushWindow];
} }
- (void)setConstrainedFrameSize:(NSSize)desiredSize - (void)setConstrainedFrameSize:(NSSize)desiredSize
@ -945,7 +945,7 @@ container, returning the modified location. */
selectedRange].location+[aString length],0)]; selectedRange].location+[aString length],0)];
[self display]; [self display];
[window update]; [_window update];
[self textDidChange: nil]; // broadcast notification [self textDidChange: nil]; // broadcast notification
NSLog(@"%@", [textStorage string]); NSLog(@"%@", [textStorage string]);