mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-06-03 15:30:42 +00:00
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:
parent
93b70c6804
commit
8dfa929763
2 changed files with 105 additions and 82 deletions
|
@ -38,7 +38,7 @@
|
|||
@interface GSSimpleLayoutManager: NSLayoutManager
|
||||
{
|
||||
// contains private _GNULineLayoutInfo objects
|
||||
NSMutableArray *_lineLayoutInformation;
|
||||
NSMutableArray *_lineLayoutInfo;
|
||||
NSRect _rects[4];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue