[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix, NSLayoutManager
From: |
Alexander Malmberg |
Subject: |
Re: Fix, NSLayoutManager |
Date: |
Mon, 22 Mar 2004 01:17:20 +0100 |
Georg Fleischmann wrote:
> Well, it doesn't work.
Thinko on my part. The range 'r' has post-change indices, so I need to
adjust before comparing.
> That's all I can say, as I have not much knowledge of the internals here.
> Here are the involved variables of the method for my test case:
>
> layout_char = 26
> r.location = 0
> r.length = 1
> lengthChange = -29
Thanks! This time I should have fixed it for real.
- Alexander Malmberg