On 12-Apr-2002 Lars Gullik Bjønnes wrote:
> | +     Inset * ins;
> | +     if ((row->par()->getChar(row->pos()) == Paragraph::META_INSET) &&
> | +             (ins=row->par()->getInset(row->pos())) &&
> | +             (ins->needFullRow() || ins->display()))
> | +             return LYX_PAPER_MARGIN;
> | +
> 
> Should probably be in a function of its own.

Yes I already thought about that. Should it be an inlined function?


>| Hmm, I did not get any complaints so I will commit this patch later this
>| morning.
> 
> What bugnumber does this fix?

Well in general we have problems with getting the right width of an inset
when we have indent as paragraph spacing and also when we have paragraph
which are in a deeper depth. Also this are insets which use more space as
they also contain more paragraphs and so IMO when editing them we should give
them more space.

You surely saw in the commitlog official bug this fixes but IMO this fixes
also bugs which are not on the list, but which bugged me since quite a time.

          Jug

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

QOTD:
        "I haven't come far enough, and don't call me baby."

Reply via email to