]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetNote.cpp
Check character encodability with pass-thru in command insets
[lyx.git] / src / insets / InsetNote.cpp
index 920ebd82b71a3be389bcc04ba430aa0fddeec4fa..02f47ba30e78075cc6385168b9ea902bdd778d5e 100644 (file)
@@ -116,6 +116,12 @@ docstring InsetNote::layoutName() const
 }
 
 
+Inset::DisplayType InsetNote::display() const
+{
+       return Inline;
+}
+
+
 void InsetNote::write(ostream & os) const
 {
        params_.write(os);