mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 06:10:37 +00:00
More text fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@4643 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f7184fd337
commit
deae6ecb27
3 changed files with 12 additions and 2 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <AppKit/NSAttributedString.h>
|
||||
#include <Foundation/NSGAttributedString.h>
|
||||
#include <AppKit/NSTextStorage.h>
|
||||
#include <AppKit/NSLayoutManager.h>
|
||||
|
||||
@implementation NSTextStorage
|
||||
|
||||
|
@ -193,7 +194,7 @@ static Class concrete;
|
|||
|
||||
for (i=0;i<[layoutManagers count];i++)
|
||||
{
|
||||
id lManager = [layoutManagers objectAtIndex:i];
|
||||
NSLayoutManager *lManager = [layoutManagers objectAtIndex:i];
|
||||
|
||||
[lManager textStorage:self edited:editedMask range:editedRange
|
||||
changeInLength:editedDelta invalidatedRange:r];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue