]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.cpp
Change the "empty layout" to the "plain layout", to try to avoid confusion.
[lyx.git] / src / insets / InsetMarginal.cpp
index d9deba880afb1d210403be8b8a08db8395acbfee..9a21a89a788d14207ad85569f2ab7dd2e6b8e754 100644 (file)
@@ -75,6 +75,8 @@ void InsetMarginal::addToToc(DocIterator const & cpit)
        docstring str;
        str = getNewLabel(str);
        toc.push_back(TocItem(pit, 0, str));
+       // Proceed with the rest of the inset.
+       InsetFootlike::addToToc(cpit);
 }
 
 } // namespace lyx