Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:
| 2/ the right margin of a layout is explicitely suppressed in
| non-toplevel insets.
|
| int LyXText::rightMargin(Paragraph const & par) const
| {
| // We do not want rightmargins on inner texts.
| if (bv()->text() != this)
| return 0;
|
| This is an explicit change Lars did to LyXText::rightMargin. Why?
Think cells in a tabular.
--
Lgb
