mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 20:01:11 +00:00
Add a FIXME to NSLayoutManager
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33118 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4f1f0f90f0
commit
4736b353dc
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
2011-05-25 Eric Wasylishen <ewasylishen@gmail.com>
|
||||
|
||||
* Source/NSLayoutManager.m: Add a FIXME note
|
||||
|
||||
2011-05-25 11:19 David Chisnall <theraven@gna.org>
|
||||
|
||||
* libs/gui/trunk/Source/NSBezierPath.m,
|
||||
|
|
|
@ -455,6 +455,8 @@ container? necessary? */
|
|||
{
|
||||
NSRange r1, r2;
|
||||
|
||||
// FIXME: should accept {NSNotFound, 0} for selCharRange to ignore that parameter
|
||||
|
||||
/* TODO: we can actually do better than this by using the insertion point
|
||||
positioning behavior */
|
||||
r1 = [self glyphRangeForCharacterRange: charRange
|
||||
|
|
Loading…
Reference in a new issue