mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-21 00:40:57 +00:00
Fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@5262 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
25c9581630
commit
c61e1fda81
11 changed files with 670 additions and 450 deletions
|
@ -394,6 +394,9 @@ static NSComparisonResult aSort(GSIArrayItem i0, GSIArrayItem i1)
|
|||
{
|
||||
NSLog(@"NSLayoutManager was just notified that a change in the text
|
||||
storage occured.");
|
||||
NSLog(@"range: (%d, %d) changeInLength: %d invalidatedRange (%d, %d)",
|
||||
range.location, range.length, lengthChange, invalidatedRange.location,
|
||||
invalidatedRange.length);
|
||||
|
||||
/*
|
||||
if (mask == NSTextStorageEditedCharacters)
|
||||
|
@ -1164,7 +1167,7 @@ previousParagraphLocation,
|
|||
beginLineIndex,
|
||||
indexToAdd);
|
||||
|
||||
ourLines += 14.0;
|
||||
ourLines += 20.0; // 14
|
||||
lineWidth = 0.0;
|
||||
|
||||
[lineStarts addObject: [NSNumber
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue