On Monday 15 July 2002 11:36 am, Juergen Vigna wrote:
> Juergen Vigna wrote:
> > if (*iit->isInsetInInset(&inset))
> >      return true;
>
> So this obviously should be:
>
> const int id = inset.id();
> ...
> if ((*iit)->getInsetFromID(id))
>      return true;

Obviously ;-)

> Well I hope this will work,

Perfectly. Thank you.

I'll commit now.

Angus

Reply via email to