Juergen Vigna <[EMAIL PROTECTED]> writes:

| The attached small patch changes LyX's behaviour for NeedFullRow insets in
| that it does give them ALWAYS the full row for drawing and does not care if
| there is some indent or depth. IMO this is correct and should be done, also
| this fixes a few problems we have and makes things easier to handle.

What problems?
What things?

| +     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.

-- 
        Lgb

Reply via email to