On 11/26/2010 12:14 PM, b...@lyx.org wrote:
Author: baum
Date: Fri Nov 26 18:14:21 2010
New Revision: 36519
URL: http://www.lyx.org/trac/changeset/36519

Log:
fix bug 6698

What about modifying InsetFloatParams so that it does not actually require the wide and sideways parameters?

    if (lex.checkFor("wide"))
        lex >> "wide" >> wide;
    etc...

If we don't actually require them, then let's not require them.

Richard

Reply via email to