On Mon, Oct 27, 2003 at 03:08:03PM +0100, Alfredo Braunstein spake thusly:

...

> -                       par->inInset()->dispatch(cmd);
> +                       par.inset()->dispatch(cmd);

...
 
> Rationale: collapsables contain an insettext as a member, so this inset
> cannot be reached from outside. You get it from the back pointer in par
> (back pointer which should disapear anyway). 
> You have to lock instead the "inner inset which is inside some
> paragraphlist", that you get for free with ParIterator::inset.
> 
> Of course, we all agree that all this is rotten... (but we *will* change it)
> 
> Sorry for advising you wrongly in the beginning...
> 
> Regards, Alfredo

I find it amazing that you (or anybody) actually understand this...
but it works. Thanks! 

- Martin

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to