Is this part really related? +Inset::DisplayType InsetNote::display() const +{ + switch (params_.type) { + case InsetNoteParams::Framed: + case InsetNoteParams::Shaded: + return AlignLeft; + default: + return Inline; + } +}
This part is for bug 3598. It says that if Framed and Shaded notes are outputted in a new paragraph, the screen display should also do so. Bo