>>>>> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:

>> Is this part really related?
>> 
>> +Inset::DisplayType InsetNote::display() const +{ + switch
>> (params_.type) { + case InsetNoteParams::Framed: + case
>> InsetNoteParams::Shaded: + return AlignLeft; + default: + return
>> Inline;
>> +       }
>> +}

Bo> This part is for bug 3598. It says that if Framed and Shaded notes
Bo> are outputted in a new paragraph, the screen display should also
Bo> do so.

What is so different about this type of notes?

JMarc

Reply via email to