Re: [patch] some update rationalization

2003-11-11 Thread Alfredo Braunstein
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

Re: [patch] some update rationalization

2003-11-11 Thread Andre Poenitz
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

[patch] some update rationalization

2003-11-11 Thread Alfredo Braunstein
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