]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetIndex.h
InsetListings: change the interface of diaplay function and allow AlignLeft. Applied...
[lyx.git] / src / insets / InsetIndex.h
index 1fe5da82fb302ad1ac635620074bbc38d5dc08ad..cca959a106612e9df34f219f8ed18cade68140ce 100644 (file)
@@ -53,7 +53,7 @@ public:
        ///
        Inset::Code lyxCode() const;
        ///
-       bool display() const { return true; }
+       DisplayType display() const { return AlignCenter; }
        ///
        docstring const getScreenLabel(Buffer const &) const;
 private: