On Sat, Aug 27, 2005 at 02:56:57PM +0200, Juergen Spitzmueller wrote: > http://bugzilla.lyx.org/show_bug.cgi?id=2003 > > Do not indent optarg insets. The fix is trivial. For the future, we might > consider a bool neverindent in InsetBase rather than putting each inset to > the if-clause.
No, there should be a 'virtual bool InsetBase::neverIndent() const' function. There should be no data member in InsetBase if possible. > OK to apply? Fine with me. I'd even agree to apply the 'proper solution' decribed above. Andre'