Renamed an ivar; fixed positioning of insertion point when clicking

after the last char (or before the first char) of a line


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@14619 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2002-10-01 16:19:01 +00:00
parent 93b70c6804
commit 8dfa929763
2 changed files with 105 additions and 82 deletions

View file

@ -38,7 +38,7 @@
@interface GSSimpleLayoutManager: NSLayoutManager
{
// contains private _GNULineLayoutInfo objects
NSMutableArray *_lineLayoutInformation;
NSMutableArray *_lineLayoutInfo;
NSRect _rects[4];
}