Andre Poenitz wrote:
>> For doing this, I've added an LCursor::updatePos to update the cached y
>> position of the inset. Both the cached y position and this updatePos can
>> be removed if we switch to absolute document coords.
>
> Because we'd call innerInset()->y() instead?
exactly. And that
On Tue, Nov 11, 2003 at 12:32:34PM +0100, Alfredo Braunstein wrote:
> This an update rationalization: do not call update on the insets, but return
> the update flag in the dispatch result (I've had to put some default update
> value to true in dispatchresult.h,
> Lars please have a look. If that is
This an update rationalization: do not call update on the insets, but return
the update flag in the dispatch result (I've had to put some default update
value to true in dispatchresult.h, Lars please have a look. If that is no
good, then I'll need a DispatchResult(false, FINISHED_RIGHT, update) for