mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-25 15:20:53 +00:00
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:
parent
1b15fcd51e
commit
bb4b512849
1 changed files with 2 additions and 2 deletions
|
@ -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]);
|
||||||
|
|
Loading…
Reference in a new issue